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
It seems like if you call close() on a loop.create_server object and then await wait_closed with the expectation that afterwards the connection_lost function will have been called then this doesn't seem to be the case on FreeBSD (or maybe the case in general.)
It would be easy to fix this by patching the custom BaseProto's close to await a future that gets set on connection_lost? Something like that.
The text was updated successfully, but these errors were encountered:
It seems like if you call close() on a loop.create_server object and then await wait_closed with the expectation that afterwards the connection_lost function will have been called then this doesn't seem to be the case on FreeBSD (or maybe the case in general.)
It would be easy to fix this by patching the custom BaseProto's close to await a future that gets set on connection_lost? Something like that.
The text was updated successfully, but these errors were encountered: