@@ -6156,7 +6156,6 @@ count_received_messages0(Receiver, Count) ->
61566156 Count
61576157 end .
61586158
6159- <<<<<<< HEAD
61606159send_messages (Sender , Left , Settled ) ->
61616160 send_messages (Sender , Left , Settled , <<>>).
61626161
@@ -6181,7 +6180,8 @@ send_messages(Sender, Left, Settled, BodySuffix) ->
61816180 % % So, we must be defensive here and assume that the next amqp10_client:send/2 call might return {error, insufficient_credit}
61826181 % % again causing us then to really wait to receive a credited event (instead of just processing an old credited event).
61836182 send_messages (Sender , Left , Settled , BodySuffix )
6184- =======
6183+ end .
6184+
61856185send_until_remote_incoming_window_exceeded (Session , Address ) ->
61866186 {ok , Sender } = amqp10_client :attach_sender_link (Session , <<" sender" >>, Address , settled ),
61876187 ok = wait_for_credit (Sender ),
@@ -6202,7 +6202,6 @@ send_until_remote_incoming_window_exceeded0(Sender, Left) ->
62026202 {error , remote_incoming_window_exceeded = Reason } ->
62036203 ct :pal (" ~s : ~b messages left" , [Reason , Left ]),
62046204 ok
6205- >>>>>>> 0 d34ef604 (Set a floor of zero for incoming - window )
62066205 end .
62076206
62086207assert_link_credit_runs_out (_Sender , 0 ) ->
0 commit comments