Skip to content

Conversation

@Raugharr
Copy link
Owner

This fixes the client's FileSystem from incorrectly using the Config to get the campaignconfig.txt's file name. Apparently the filename for that config can only be dynamic on the server side, not the client side.

File localConfig = new File(cacheDir + "/campaignconfig.txt");
shows the DataFetchClient using the hardcoded filename.

This also changes the calculateChecksum method to remove any already computed checksums.

@Raugharr Raugharr force-pushed the filesystem-fix-campaign-config branch from df23fe4 to 6d9fab1 Compare January 11, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants