Skip to content

Commit

Permalink
Add hack to test rabbitmq-dotnet-client-1750
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jan 3, 2025
1 parent ac7dcc9 commit 40a9cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/rabbit/src/rabbit_channel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ handle_cast(terminate, State = #ch{cfg = #conf{writer_pid = WriterPid}}) ->
{stop, normal, State};

handle_cast({command, #'basic.consume_ok'{consumer_tag = CTag} = Msg}, State) ->
timer:sleep(1000), %% rabbitmq-dotnet-client-1750
ok = send(Msg, State),
noreply(consumer_monitor(CTag, State));

Expand Down

0 comments on commit 40a9cd0

Please sign in to comment.