Explorar o código

chore: update apps/emqx/src/emqx_quic_connection.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
zhongwencool %!s(int64=2) %!d(string=hai) anos
pai
achega
f789a7504f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx/src/emqx_quic_connection.erl

+ 1 - 1
apps/emqx/src/emqx_quic_connection.erl

@@ -234,7 +234,7 @@ streams_available(_C, {BidirCnt, UnidirCnt}, S) ->
 -spec peer_needs_streams(quicer:connection_handle(), undefined, cb_state()) -> cb_ret().
 -spec peer_needs_streams(quicer:connection_handle(), undefined, cb_state()) -> cb_ret().
 peer_needs_streams(_C, undefined, S) ->
 peer_needs_streams(_C, undefined, S) ->
     ?SLOG(info, #{
     ?SLOG(info, #{
-        msg => "ignore_peer_need_more_streames", info => maps:with([conn_pid, ctrl_pid], S)
+        msg => "ignore_peer_needs_more_streams", info => maps:with([conn_pid, ctrl_pid], S)
     }),
     }),
     {ok, S}.
     {ok, S}.