stomp-php icon indicating copy to clipboard operation
stomp-php copied to clipboard

when the mq broker is broken, stomp will throw loop exception

Open jiansongjay opened this issue 10 years ago • 1 comments

As I say, when the mq is stopped, something happened like that it will throw loop exception. I think bug is on that place.

    // force disconnect, if previous established connection exists
    $this->disconnect();

It cannot write to the socket.

jiansongjay avatar Sep 24 '14 03:09 jiansongjay

Maybe the requested pull will fix your problems too... #32

jmglsn avatar Sep 24 '14 08:09 jmglsn