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

Function startReconnectServer

test/reconnect_test.go:35–37  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

33)
34
35func startReconnectServer(t *testing.T) *server.Server {
36 return RunServerOnPort(TEST_PORT)
37}
38
39func TestReconnectTotalTime(t *testing.T) {
40 opts := nats.GetDefaultOptions()

Calls 1

RunServerOnPortFunction · 0.70

Tested by

no test coverage detected