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
I encountered a case on Chromium 96 where Port.disconnect() does not immediately disconnect the port - onMessage handler is still dispatched after disconnect() is called.
Ref: https://github.com/mdn/webextensions-examples/blob/master/native-messaging/add-on/background.js
And perhaps it should. Python-side too.
The text was updated successfully, but these errors were encountered: