- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addErrorNonBlockingClose (0.1 sec)
-
internal/grid/muxclient.go
if debugPrint { fmt.Printf("Mux %d: last pong %v ago, disconnecting\n", m.MuxID, got) } m.addErrorNonBlockingClose(respHandler, ErrDisconnected) return false } // Send new ping err := m.sendLocked(message{Op: OpPing, MuxID: m.MuxID}) m.respMu.Unlock() if err != nil { m.addErrorNonBlockingClose(respHandler, err) } return err == nil }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 07 15:51:52 UTC 2024 - 15.9K bytes - Viewed (0)