MCPcopy
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
184func (c *Conn) clearWriteTimeout() {
185 swapTimeoutStop(&c.writeTimeoutStop, nil)
186}
187
188func (c *Conn) setupReadTimeout(ctx context.Context) bool {
189 if ctx.Done() == nil {

Callers 2

setupWriteTimeoutMethod · 0.95
writeFrameMethod · 0.95

Calls 1

swapTimeoutStopFunction · 0.85

Tested by

no test coverage detected