fix emqtt_packet:from_packet
This commit is contained in:
parent
b4528e46e7
commit
efd1fbf4fe
|
@ -260,7 +260,7 @@ shutdown(Error, #proto_state{peer_name = PeerName, client_id = ClientId, will_ms
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
willmsg(Packet) when is_record(Packet, mqtt_packet_connect) ->
|
willmsg(Packet) when is_record(Packet, mqtt_packet_connect) ->
|
||||||
emqtt_packet:from_packet(Packet).
|
emqtt_message:from_packet(Packet).
|
||||||
|
|
||||||
clientid(<<>>, #proto_state{peer_name = PeerName}) ->
|
clientid(<<>>, #proto_state{peer_name = PeerName}) ->
|
||||||
<<"eMQTT/", (base64:encode(PeerName))/binary>>;
|
<<"eMQTT/", (base64:encode(PeerName))/binary>>;
|
||||||
|
|
Loading…
Reference in New Issue