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
engine: ws # Enable the Socket.io engine
Since ws refers to the raw WebSocket engine (not Socket.io), I’d like to change the comment to something like:
engine: ws # Use the raw WebSocket engine
However, I wasn’t able to find the source file in the repo — could you please point me to where this example lives so I can open a PR?