You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good summary. We'll add something to the docs.
There is no way for the blank canvas process to know that the client has disconnected. But we can look into adding something to comet that will give this ability. Also, there is a websockets version, that should be looked at - the close will be easier to detect.
It took me a bit of experimenting and help in #77 to figure out that:
blankCanvas
executes its argument (sayrun
) the moment the user opens the browser windows,run
So if one is creating animations and reloads the page a few times, many instances are running in parallel.
Is the above correct? Could it be added to the docs of
blankCanvas
?Also, why is it not possible to kill an instance after the browser window has been closed/reloaded?
The text was updated successfully, but these errors were encountered: