Skip to content

Commit

Permalink
Merge pull request #910 from rabbitmq/rabbitmq-server-850
Browse files Browse the repository at this point in the history
Added resume after flow
  • Loading branch information
michaelklishin authored Aug 10, 2016
2 parents 065f31d + 1c4934d commit ca4c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabbit_variable_queue.erl
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ convert_to_lazy(State) ->
%% is not in a proper state for a lazy BQ (unless all
%% messages have been paged to disk already).
wait_for_msg_store_credit(),
convert_to_lazy(State1)
convert_to_lazy(resume(State1))
end.

wait_for_msg_store_credit() ->
Expand Down

0 comments on commit ca4c0c0

Please sign in to comment.