-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bonito subsessions can recieve updates before they are initalised #260
Comments
I think at least part of the problem is that each Bonito.jl/src/serialization/caching.jl Lines 21 to 34 in cd95835
I guess there's a reason for this. It seems like if they were attached to the subsession it would be easier to queue updates until the subsession is initalised. |
Ah, damn! |
When using a subsession, if there is an observable update from the server to the client before the subsession is initialized, it will be sent before the subsession is initialized.
Here are two examples. Jupyter:
Externally served using HTTP.jl using #254:
In both cases the subsession will cause an error like this:
The text was updated successfully, but these errors were encountered: