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
Javascript NodeWorker can have multiple clients controlling it, but it cannot detect that clients were destroyed (e.g. extension popup is closed). We need add some form of keep-alive protocol between client and worker; and gracefully cleanup dropped clients.
The text was updated successfully, but these errors were encountered:
Javascript NodeWorker can have multiple clients controlling it, but it cannot detect that clients were destroyed (e.g. extension popup is closed). We need add some form of keep-alive protocol between client and worker; and gracefully cleanup dropped clients.
The text was updated successfully, but these errors were encountered: