Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/websocket
/ clearWriteTimeout
Method
clearWriteTimeout
conn.go:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
func
(c *Conn) clearWriteTimeout() {
185
swapTimeoutStop(&c.writeTimeoutStop, nil)
186
}
187
188
func
(c *Conn) setupReadTimeout(ctx context.Context) bool {
189
if
ctx.Done() == nil {
Callers
2
setupWriteTimeout
Method · 0.95
writeFrame
Method · 0.95
Calls
1
swapTimeoutStop
Function · 0.85
Tested by
no test coverage detected