coder / websocket

Minimal and idiomatic WebSocket library for Go
ISC License
3.91k stars 296 forks source link

panic: sync: WaitGroup is reused before previous Wait has returned #446

Closed SrinivasanNamachivayam closed 7 months ago

SrinivasanNamachivayam commented 7 months ago

I'm getting this error When I closeRead() and close() after that immediately. Need help to resolve this issue

nhooyr commented 7 months ago

Please upgrade to the latest version.