-
Notifications
You must be signed in to change notification settings - Fork 821
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
oscilloscope continues to run after stop #2563
Comments
"oscilloscope running" should log every frame while the widget is open , does it still log when the widget is closed ? |
I think it should not be running when the program is not running, even if it is open. Is that possible? |
(Check the console output to see what I mean... when the oscilloscope is running, the console is bombarded with output even if there is nothing else running.) |
The console output that I got:- Does this match the behavior you expect? @walterbender |
That suppresses the log output but the code presumably is still running. We need to stop the code from running. |
When the widget is open the oscilloscope code should run? right? When we close the widget window it stops ig. |
It should also stop when the program execution stops, regardless of whether or not the widget is open. |
Checking the console output, line 103 in oscilloscope.js continues to generate spam after the stop button has been pressed.
The text was updated successfully, but these errors were encountered: