Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Sync messages fire after widgets are detached #45

Closed
wellecks opened this issue Oct 19, 2015 · 1 comment
Closed

Sync messages fire after widgets are detached #45

wellecks opened this issue Oct 19, 2015 · 1 comment

Comments

@wellecks
Copy link
Contributor

Widgets that use auto fire sync messages after each code execution completes. However, the callback used to fire these messages isn't removed when the widget is detached, resulting in extra sync messages.

E.g. re-run a cell that creates an urth-core-function with auto. After any further cell executions, two sync messages will be sent even though only one urth-core-function is attached.

@wellecks
Copy link
Contributor Author

I'm looking into this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants