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
Is your feature request related to a problem? Please describe.
I can't run a socketio server on node and on python and communicate via async_redis_manager pub/sub as python version uses pickle format that node doesn't have
Describe the solution you'd like
Support msgpack in AsyncRedisManager