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
Sync support for .raw() doesn't work just yet because the transport close is implemented as as a "call_soon", and we're currently not using transport.wait_closed, meaning that the asyncio loop ends up being closed before the pending task completes.
The text was updated successfully, but these errors were encountered:
Sync support for
.raw()
doesn't work just yet because the transport close is implemented as as a "call_soon", and we're currently not usingtransport.wait_closed
, meaning that the asyncio loop ends up being closed before the pending task completes.The text was updated successfully, but these errors were encountered: