Merge branch 'main' into dev

This commit is contained in:
Derek Collison
2023-04-29 19:52:57 -07:00
24 changed files with 2757 additions and 2310 deletions

View File

@@ -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)