This commit is contained in:
anlicheng 2023-07-27 17:20:25 +08:00
parent a0e8131972
commit 1e96ff8bbf

View File

@ -132,7 +132,7 @@ websocket_handle({binary, <<?PACKET_PUBLISH_RESPONSE, PacketId:32, Body/binary>>
end;
websocket_handle(Info, State) ->
lager:debug("[ws_channel] get a error messag: ~p", [Info]),
lager:error("[ws_channel] get a error messag: ~p, channel will close", [Info]),
{stop, State}.
%%