Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How will unsubscription work? #12

Open
kadnan opened this issue Dec 15, 2021 · 0 comments
Open

How will unsubscription work? #12

kadnan opened this issue Dec 15, 2021 · 0 comments

Comments

@kadnan
Copy link

kadnan commented 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 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?

@kadnan kadnan changed the title How will unsubscription work How will unsubscription work? Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant