File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
)
27
27
28
28
const (
29
- Version = "2.4.5 " // the current server version.
29
+ Version = "2.4.6 " // the current server version.
30
30
defaultSysTopicInterval int64 = 1 // the interval between $SYS topic publishes
31
31
LocalListener = "local"
32
32
InlineClientId = "inline"
@@ -69,7 +69,7 @@ func NewDefaultServerCapabilities() *Capabilities {
69
69
MaximumPacketSize : 0 , // no maximum packet size
70
70
maximumPacketID : math .MaxUint16 ,
71
71
ReceiveMaximum : 1024 , // maximum number of concurrent qos messages per client
72
- MaximumInflight : 1024 * 8 , // maximum number of qos > 0 messages can be stored
72
+ MaximumInflight : 1024 * 8 , // maximum number of qos > 0 messages can be stored
73
73
TopicAliasMaximum : math .MaxUint16 , // maximum topic alias value
74
74
SharedSubAvailable : 1 , // shared subscriptions are available
75
75
MinimumProtocolVersion : 3 , // minimum supported mqtt version (3.0.0)
You can’t perform that action at this time.
0 commit comments