fix quic channel
This commit is contained in:
parent
2b764cac77
commit
785a84802f
@ -100,7 +100,7 @@ handle_event(internal, do_init, initializing, State=#state{conn = Conn}) ->
|
||||
{next_state, waiting_stream, State};
|
||||
|
||||
%% 处理收到的quic消息
|
||||
handle_event(info, {quic, dgram_state_changed, Conn, Opts = #{dgram_send_enabled := true}}, waiting_stream, State=#state{conn = Conn}) ->
|
||||
handle_event(info, {quic, dgram_state_changed, Conn, Opts = #{dgram_send_enabled := true}}, _, State=#state{conn = Conn}) ->
|
||||
logger:debug("[sdlan_quic_channel] dgram_state_changed, opts: ~p", [Opts]),
|
||||
{keep_state, State};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user