Protect close of nil outbound channel

This commit is contained in:
mochi-co
2023-04-21 22:00:27 +01:00
parent 17fb7dadbc
commit d46e7b5bcf

View File

@@ -26,7 +26,7 @@ import (
)
const (
Version = "2.2.6" // the current server version.
Version = "2.2.7" // the current server version.
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
)