Replies: 1 comment 9 replies
-
First of all, what is the logic in writing a bug report against this package when you really just have a question and need help? Bug reports are that, bug reports. If you don't have a bug to report, then don't write one. There is a discussion board that is specifically there for questions like yours. Now, with regards to your question, I need to see your logs. The troubleshooting section of the documentation explains how to enable logs. Please do that, then add the logs to your question. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can successfully emit to NodeJS socketio from python client by the following code
sio.emit("coords", {"id": rowId})
but emits from the NodeJS sever are not received by python client
NodeJS server code
socket.emit("catch_all", res.id)
Python Client code
or
Any help?
Beta Was this translation helpful? Give feedback.
All reactions