azure-uamqp-php
azure-uamqp-php copied to clipboard
Sending 2nd message fails
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