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
I'm writing an application that runs a stream client before stopping it later, and I was frustrated with the stream client lifecycle.
If you're having problems with tasks being cancelled on event loop closure with Asyncio, try the following line after unsubscribing (or just after you stop handling stream messages):
I spent hours trying to figure out where my async flow was failing, and I realized far too late that it was due to bad socket handling with this library.
The text was updated successfully, but these errors were encountered:
I'm writing an application that runs a stream client before stopping it later, and I was frustrated with the stream client lifecycle.
If you're having problems with tasks being cancelled on event loop closure with Asyncio, try the following line after unsubscribing (or just after you stop handling stream messages):
I spent hours trying to figure out where my async flow was failing, and I realized far too late that it was due to bad socket handling with this library.
The text was updated successfully, but these errors were encountered: