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
test(server): reliably detect Start/Shutdown deadlock in SSEServer (#264)
This test demonstrates the deadlock described in
#254 and
#263 by running
`SSEServer.Start` then `SSEServer.Shutdown`. If it deadlocks, the test
fails quickly and reliably, rather than hanging indefinitely.
References:
- #254
- #255
- #263
0 commit comments