2019-11-18 2.1.2
- Errors thrown in the user-provided message and error handlers to
client.receive
are now properly caught and logged by the library. PR 5781 - Ensures that stale receivers no longer accumulate when recovering from failures while receiving. PR 5781
- Errors that arise from receivers failing to automatically reconnect after encountering a transient issue now triggers the user-provided
onError
callback passed toclient.receive()
.
When this occurs, it is recommended to restart the receiver.
PR 6126