Liu Song’s Projects


~/Projects/mochi-mqtt

git clone https://code.lsong.org/mochi-mqtt

Commit

Commit
d46e7b5bcfbeca238f62f5076e2bc7f95592fe9d
Author
mochi-co <[email protected]>
Date
2023-04-21 22:00:27 +0100 +0100
Diffstat
 server.go | 2 +-

Protect close of nil outbound channel


diff --git a/server.go b/server.go
index 9872b887c9699a10af3a2338d3f0858daf32c0e1..e0d1666b779fb72955354459d30cdef46eb7c043 100644
--- a/server.go
+++ b/server.go
@@ -26,7 +26,7 @@ 	"github.com/rs/zerolog"
 )
 
 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
 )