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
what about implementing msgpack as the standard encoding also for the Redis emitter part? Now it seems that you cannot customize that part, then you cannot decouple the socket-io server from the client/emitter implementation due to the fact it uses by default the python pickling. In a complex architecture where each component are heterogeneous, having this strong constraint is bad in my opinion
msgpack support for the reference JS implementation: https://www.npmjs.com/package/socket.io-msgpack-parser.
The text was updated successfully, but these errors were encountered: