Fix bug in emqx_frame
This commit is contained in:
parent
9f8461c67b
commit
f0f818ab1a
|
@ -127,7 +127,7 @@ parse_packet(#mqtt_packet_header{type = ?CONNECT}, FrameBin, _Options) ->
|
|||
WillQoS : 2,
|
||||
WillFlag : 1,
|
||||
CleanStart : 1,
|
||||
0 : 0,
|
||||
0 : 1,
|
||||
KeepAlive : 16/big,
|
||||
Rest2/binary>> = Rest1,
|
||||
|
||||
|
|
Loading…
Reference in New Issue