-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocketIO Server Doesn't work. #21
Comments
i getting a an error message Error Code : Traceback (most recent call last): My Socket Server Code app.get('/', (req, res) => { io.on('connection', (socket) => { server.listen(3009, () => { |
Hi, I'm afraid all of this code is unsupported. Especially the SocketIO part. I don't know if SocketIO has changed any part of their requesting handshake. The first step is to turn on logging of your requests (i.e. in Wireshark) and see if they make sense. Compare them to a Node SocketIO client and see what's different. |
Thank you for your quick response, I tested the whole platform. socket Io, Flask SocketIo. only the web socket is working. isn't working stable. i will use thr mqtt. |
Hi,
I'm using Socket.io with Node JS and I'm getting an error. Please can you give an example of how I should set a socket server with Socket.io server or nodejs?
The text was updated successfully, but these errors were encountered: