MCPcopy
hub / github.com/nats-io/nats.go / SetDeadline

Method SetDeadline

nats_test.go:1830–1830  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

1828func (mc *mockConn) LocalAddr() net.Addr { return nil }
1829func (mc *mockConn) RemoteAddr() net.Addr { return nil }
1830func (mc *mockConn) SetDeadline(t time.Time) error { return nil }
1831func (mc *mockConn) SetReadDeadline(t time.Time) error { return nil }
1832
1833func TestTimeoutWriterRecovery(t *testing.T) {

Callers 1

processConnectInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected