mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-10-12 19:40:06 +08:00
@@ -21,7 +21,7 @@ func (c Code) Error() string {
|
||||
}
|
||||
|
||||
var (
|
||||
// QosCodes indicicates the reason codes for each Qos byte.
|
||||
// QosCodes indicates the reason codes for each Qos byte.
|
||||
QosCodes = map[byte]Code{
|
||||
0: CodeGrantedQos0,
|
||||
1: CodeGrantedQos1,
|
||||
|
Reference in New Issue
Block a user