-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Outputs stop being streamed #230
Comments
There is a save_content method and a maybe_save_content method, it seems that |
It seems the |
Reopening as #231 was not enough. |
Description
The following code should stream outputs indefinitely:
But it stops after a while. This happens if there is a 1 second period between prints, and it suggests that there is an issue with dumping the notebook content to disk (which happens 1 second after the last change) at the same time there is a change. If the period is e.g. 0.9s or 1.1s, there is no issue. This doesn't seem to happen with Jupyverse, which has a different implementation than jupyter-collaboration.
Reproduce
Expected behavior
Outputs should continue being streamed.
Context
The text was updated successfully, but these errors were encountered: