mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Merge branch 'main' into dev
This commit is contained in:
@@ -319,7 +319,7 @@ func testMQTTRunServer(t testing.TB, o *Options) *Server {
|
||||
}
|
||||
l := &DummyLogger{}
|
||||
s.SetLogger(l, true, true)
|
||||
go s.Start()
|
||||
s.Start()
|
||||
if err := s.readyForConnections(3 * time.Second); err != nil {
|
||||
testMQTTShutdownServer(s)
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user