fix debug
This commit is contained in:
parent
a1ad437c84
commit
df7a096366
@ -340,7 +340,7 @@ handle_event(info, {timeout, _, ping_ticker}, _, State = #state{client_id = Clie
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
%% 发送指令信息
|
%% 发送指令信息
|
||||||
handle_event(cast, {send_event, Event}, registered, #state{stream = Stream, client_id = ClientId}) ->
|
handle_event(cast, {send_event, Event}, registered, #state{stream = Stream}) ->
|
||||||
quic_send(Stream, <<?PACKET_EVENT, Event/binary>>),
|
quic_send(Stream, <<?PACKET_EVENT, Event/binary>>),
|
||||||
keep_state_and_data;
|
keep_state_and_data;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user