Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait_closed issue on freebsd #14

Open
robertsdotpm opened this issue Jan 12, 2024 · 0 comments
Open

wait_closed issue on freebsd #14

robertsdotpm opened this issue Jan 12, 2024 · 0 comments

Comments

@robertsdotpm
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant