no message

This commit is contained in:
周子博 2018-09-08 18:05:04 +08:00 committed by Shawn
parent 40977e529a
commit 23c91c0a40
1 changed files with 1 additions and 1 deletions

View File

@ -139,4 +139,4 @@ compat(connack, 16#9D) -> ?CONNACK_SERVER;
compat(connack, 16#9F) -> ?CONNACK_SERVER;
compat(suback, Code) when Code =< ?QOS2 -> Code;
compat(suback, Code) when Code > 16#80 -> 16#80.
compat(suback, Code) when Code >= 16#80 -> 16#80.