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 it possible to enable the auto-reconnection functionality in the following function? Can we please have that functionality?
async def listen_ws():
"""
Listens to the ws to get the updates messages.
"""
ws_client = SpotWebsocketStreamClient(stream_url=stream_url, on_message=message_handler)
ws_client.diff_book_depth(
symbol=symbol.lower(),
id=1,
speed=1000
)
Regards
PYQ
The text was updated successfully, but these errors were encountered:
Hi Team,
Is it possible to enable the auto-reconnection functionality in the following function? Can we please have that functionality?
Regards
PYQ
The text was updated successfully, but these errors were encountered: