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
socket = io("http://localhost:5000", { transports: ['websocket'] });
}, [])```
this should work fine right ?
- OS: Windows 10
- browser: Google Chrome
- socket.io version: 2.3.0
The text was updated successfully, but these errors were encountered:
Console keeps saying
websocket.js:120 WebSocket connection to 'ws://localhost:5000/socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 404
Server Side
Client Side
The text was updated successfully, but these errors were encountered: