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
Shutdown server gracefully in h2 transport tests (#1996)
Motivation:
The h2 transport tests cancel the task group running them when the test
has completed. Cancelling the server makes apple/swift-nio#2813
more likely to occur.
Modifications:
- Tell the server to stop listening and let the test stop gracefully
Result:
Fewer runtime issues
0 commit comments