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
fix: add mutex to SSEServer to avoid data race between Start and Shutdown; fix test error on Windows (#166#172) (#170)
* Add mutex to avoid data race bewteen Start and Shutdown in SSEServer struct
* delete the mutex for session
* Added checks for Windows
* Update sse.go
* Update stdio_test.go
0 commit comments