fix quic channel
This commit is contained in:
parent
63706d9cd8
commit
c19a3063dd
@ -274,8 +274,8 @@ handle_event(info, {'EXIT', _, _}, _StateName, State) ->
|
|||||||
{stop, connection_closed, State};
|
{stop, connection_closed, State};
|
||||||
|
|
||||||
handle_event(EventType, Info, StateName, State) ->
|
handle_event(EventType, Info, StateName, State) ->
|
||||||
logger:notice("[sdlan_quic_channel] state_name: ~p, event_type: ~p, info: ~p", [StateName, EventType, Info]),
|
logger:notice("[sdlan_quic_channel] state: ~p, state_name: ~p, event_type: ~p, info: ~p", [State, StateName, EventType, Info]),
|
||||||
{stop, normal, State}.
|
keep_state_and_data.
|
||||||
|
|
||||||
%% @private
|
%% @private
|
||||||
%% @doc This function is called by a gen_statem when it is about to
|
%% @doc This function is called by a gen_statem when it is about to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user