Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-c-0.30.0
-
None
Description
A cpp receiver throws "receiver read failure" when an aborted message is received.
A client based on:
class simple_recv : public proton::messaging_handler
does not get called at (on_transport_error, on_connection_error, on_session_error, on_sender_error, on_receiver_error, on_error). The exception is thrown back to main() and the client application has no way to intercept it.
Attachments
Attachments
Issue Links
- relates to
-
PROTON-2128 Python client crash sending aborted messages
- Resolved