Skip to content

Commit

Permalink
Merge pull request #231 from qzhuyan/dev/william/prepare-for-quicer-0…
Browse files Browse the repository at this point in the history
….0.300

chore: prepare for quicer 0.0.300
  • Loading branch information
qzhuyan authored Nov 28, 2023
2 parents 1ab0961 + 1fb36b5 commit 1e4cea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emqtt_quic_stream.erl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ peer_send_aborted(Stream, ErrorCode, #{is_unidir := true, is_local := false} = _

-spec peer_send_shutdown(stream_handle(), undefined, cb_data()) -> cb_ret().
peer_send_shutdown(Stream, undefined, _S) ->
ok = quicer:async_shutdown_stream(Stream, ?QUIC_STREAM_SHUTDOWN_FLAG_GRACEFUL, 0),
_ = quicer:async_shutdown_stream(Stream, ?QUIC_STREAM_SHUTDOWN_FLAG_GRACEFUL, 0),
keep_state_and_data.

-spec send_complete(stream_handle(), boolean(), cb_data()) -> cb_ret().
Expand Down

0 comments on commit 1e4cea6

Please sign in to comment.