Skip to content

Commit 40a9cd0

Browse files
committed
Add hack to test rabbitmq-dotnet-client-1750
See rabbitmq/rabbitmq-dotnet-client#1750
1 parent ac7dcc9 commit 40a9cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit/src/rabbit_channel.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ handle_cast(terminate, State = #ch{cfg = #conf{writer_pid = WriterPid}}) ->
662662
{stop, normal, State};
663663

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

0 commit comments

Comments
 (0)