-
Notifications
You must be signed in to change notification settings - Fork 185
Fixed connections processing await on server shutdown #1153
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
Fixed connections processing await on server shutdown #1153
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for investing and fixing this issue.
Personally, I have seen something similar when I tried to investigate but never made it this far thank you.
I'm off on vacation for a bit more and I will review it properly when I'm back but I'm not super happy to add this drop-awaiter
dependency but maybe not so bad... I saw that you created that library.
adf4daf
to
b91a214
Compare
Hi, @niklasad1. I've removed separate dependency and used the same idea around tokio's |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for removing the dependency
@niklasad1 pls take a look at failing CI, something odd is happening here. Once I've fixed errors reported by GH actions, it started to fail in Gitlab =) |
The failing test looks offhand to be a UI test where the output has changed a bit (possibly owing to the recent rust release); using something like |
Aah, ok that makes sense; don't worry about it in that case! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a clean approach to me; nice one!
Fixes #1150