fix debug
This commit is contained in:
parent
7c88fa3839
commit
a1ad437c84
2
docs/mac.md
Normal file
2
docs/mac.md
Normal file
@ -0,0 +1,2 @@
|
||||
## 查看当前系统的dns
|
||||
scutil --dns
|
||||
@ -341,7 +341,6 @@ handle_event(info, {timeout, _, ping_ticker}, _, State = #state{client_id = Clie
|
||||
|
||||
%% 发送指令信息
|
||||
handle_event(cast, {send_event, Event}, registered, #state{stream = Stream, client_id = ClientId}) ->
|
||||
logger:debug("[sdlan_channel] client_id: ~p, will send eventType: ~p, event: ~p", [ClientId, Event]),
|
||||
quic_send(Stream, <<?PACKET_EVENT, Event/binary>>),
|
||||
keep_state_and_data;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user