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
Asyncio will call connection_lost() if the connection is lost during transfer of data. However, in our implementation, the protocil is simply shutdown. We could think of some attempts to reestablish the connection here.
The text was updated successfully, but these errors were encountered:
In GitLab by @mnebel-wenner on Dec 1, 2022, 10:58
Asyncio will call connection_lost() if the connection is lost during transfer of data. However, in our implementation, the protocil is simply shutdown. We could think of some attempts to reestablish the connection here.
The text was updated successfully, but these errors were encountered: