azure-uamqp-php icon indicating copy to clipboard operation
azure-uamqp-php copied to clipboard

Sending 2nd message fails

Open leonardlin opened this issue 6 years ago • 0 comments

I'm following the example php. Sending 1 message works fine.

If I want to send a second message, right after sending the 1st message, I get a SEG FAULT. I have to cancel the client with ctrl-c

I created a new Message instance for the 2nd message and tried to resend the same Msg again too.

Once I cancel the script and restart it (I guess with a new connection), I can send 1 msg again.

Do I need to close the sending of the 1st message first?

Thanks for the help

leonardlin avatar Nov 24 '18 12:11 leonardlin