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
The transport could be removed from _server_instances by the cleanup
task if it crashed immediately after being started. This caused a
KeyError when trying to access it from the dictionary.
Fixed by keeping a local reference to the transport instead of looking
it up again from the dictionary after starting the server task.
0 commit comments