Open yiluzhou opened 3 years ago
Hi, I have exactly the same problem and I ended up using the same workaround.
Please let me know if a PR might be useful
Regards
Will resolve in next update
This has been fixed in v1.0.11
Great! Thank you very much!
Dear author,
I'm trying to use the websocket for market data. The "start_multiplex_socket" is working properly, and I can pull the market data. But the "start_futures_multiplex_socket" doesn't work.
The socket_name in the source function "start_futures_multiplex_socket" (Line 1226 in streams.py, see pasted below) should be "futures_multiplex_socket", instead of the "options_multiplex_socket"?
Update: after I changed to "futures_multiplex_socket", the "start_futures_multiplex_socket" is working now.