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

Address loop bug in CDSStream on bokeh server #2915

Merged
merged 1 commit into from
Aug 4, 2018

Conversation

philippjfr
Copy link
Member

Fixes an issue when using a CDSStream, or any of the drawing tool streams which are subclasses, on bokeh server. Previously the data dictionary was modified in place which meant it would continuously trigger new events causing an endless loop, by making a copy of the dict we avoid triggering events.

Since we still don't have a way of testing bokeh server apps this can be merged without tests for now.

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh labels Aug 1, 2018
@philippjfr philippjfr merged commit 1c2040c into master Aug 4, 2018
@philippjfr philippjfr deleted the fix_cds_stream_loops branch August 5, 2018 00:26
@philippjfr philippjfr added this to the v1.10.8 milestone Oct 25, 2018
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant