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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
It seems to be possible to add the same endpoint listener multiple times. While it's easy to demand that application developer stop this from happening, the asynchronous nature of the library makes it quite tricky. Irrespective of if it's te app developer's problem or not, it would be better if the library silently discarded duplicate event listeners.