From d46e7b5bcfbeca238f62f5076e2bc7f95592fe9d Mon Sep 17 00:00:00 2001 From: mochi-co Date: Fri, 21 Apr 2023 22:00:27 +0100 Subject: [PATCH] Protect close of nil outbound channel --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.go b/server.go index 9872b88..e0d1666 100644 --- a/server.go +++ b/server.go @@ -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 )