fix debug

This commit is contained in:
anlicheng 2026-04-10 19:51:36 +08:00
parent 7c88fa3839
commit a1ad437c84
2 changed files with 2 additions and 1 deletions

2
docs/mac.md Normal file
View File

@ -0,0 +1,2 @@
## 查看当前系统的dns
scutil --dns

View File

@ -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}) -> 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>>), quic_send(Stream, <<?PACKET_EVENT, Event/binary>>),
keep_state_and_data; keep_state_and_data;