Closed zsorizs closed 9 months ago
So, can you confirm it happens when using the ASGIWebSocketTransport
?
So, can you confirm it happens when using the
ASGIWebSocketTransport
?
Yes, I'm using that transport.
I think this is fixed indirectly by #58
Describe the bug
In our tests we were getting warnings that tasks _background_receive_task and _background_keepalive_ping_task were terminated while pending.
Expected behavior
All tasks should be awaited to avoid warnings.
Configuration
Possible fix
The next patch fixes the issue for us: