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
Deribit API provides public/unsubscribe_all method to unsubscribe all channels. I am running a script that is subscribing to multiple channels. I am using asyncio.get_event_loop() to run in coroutines. My issue is that after a certain time period I have to disconnect from existing channels and subscribe to newer ones. I ran another script to call unsubscribe_all but in other window it does not un-subscribe at all and it keeps pulling data.
Can you tell me some way to do it?
The text was updated successfully, but these errors were encountered:
kadnan
changed the title
How will unsubscription work
How will unsubscription work?
Dec 15, 2021
Deribit API provides
public/unsubscribe_all
method to unsubscribe all channels. I am running a script that is subscribing to multiple channels. I am usingasyncio.get_event_loop()
to run in coroutines. My issue is that after a certain time period I have to disconnect from existing channels and subscribe to newer ones. I ran another script to call unsubscribe_all but in other window it does not un-subscribe at all and it keeps pulling data.Can you tell me some way to do it?
The text was updated successfully, but these errors were encountered: