Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 28, 2023
1 parent a991ffe commit 90a9680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func (s *Server) HandleWebsocket(w http.ResponseWriter, r *http.Request) {
defer func() {
ticker.Stop()
conn.Close()
for := range stop {
for range stop {
}
}()

Expand Down

0 comments on commit 90a9680

Please sign in to comment.