All Notable changes to PhpAmqpLib
will be documented in this file
- The
AMQPStreamConnection
class now throwsErrorExceptions
when errors happen while reading/writing to the network.
- Heartbeat frames will decrease the timeout used when calling wait_channel - heartbeat frames do not reset the timeout
- Declared the class AbstractChannel as being an abstract class
- Reads, writes and signals respond immediately instead of waiting for a timeout
- Fatal error in some cases on Channel.wait with timeout when RabbitMQ restarted
- Remove warning when trying to push a deferred frame