Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: empty cache on chunks for each server reload #431

Merged
merged 1 commit into from
Sep 19, 2019
Merged

fix: empty cache on chunks for each server reload #431

merged 1 commit into from
Sep 19, 2019

Conversation

JulienPradet
Copy link
Contributor

@JulienPradet JulienPradet commented Sep 12, 2019

Fixes #230

Summary

Fixes the fact that in some cases the async chunks were not correctly reloaded on the server while correctly reloaded on the client.

Test plan

Follow what was described in #230

It works on my machine ™️
On a separate repo though. I didn't test with the examples provided in this repo because I couldn't make them work even before my fix.

Have a nice day 👋

PS: Sorry about the many push -f 😛 Having a bad day with git!

@gregberge gregberge merged commit d4428c6 into gregberge:master Sep 19, 2019
@gregberge
Copy link
Owner

Looks good to me!

@JulienPradet
Copy link
Contributor Author

Thank you for merging this @neoziro !

Do you have a rough idea when you will publish a new release? We can patch the module manually for now but if you plan to do one in the near future we'd rather use it directly.

@gregberge
Copy link
Owner

Just released it!

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.

Async chunks are not updated on the server
2 participants