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
Yes. The Socket.IO protocol uses a dash as a separator in the encoded packages, so a dash in an event name confuses things. I'll look at how the official Socket.IO server handles dashes and do the same here.
Running
flask-socket-io
using Python 3.5 I ran into the following issue when trying to send a message with an event name containing a dash.From .js client:
Error in Python 3.5
ValueError: invalid literal for int() with base 10:
Points to:
packet.py
line 84The text was updated successfully, but these errors were encountered: