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
fix: An issue where events would be sent multiple times
- For some reason using socket.io with this Polyfill would cause socket.io to receive multiple events at a time. Removing the manual call to onopen, onerror, onmessage, etc. fixed the issue.
0 commit comments