phpinnacle / ridge

Pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.
MIT License
50 stars 13 forks source link

Connection monitor #35

Closed mmasiukevich closed 2 years ago

mmasiukevich commented 2 years ago

Description

Previously, if the connection was lost, the subscriber simply hung up. Now connection monitoring has been added and in case of an unexpected break, an exception will be thrown