[
https://issues.apache.org/jira/browse/PROTON-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708995#comment-16708995
]
ASF subversion and git services commented on PROTON-1959:
---------------------------------------------------------
Commit ec97465f87e844c63cbfcc6007f31ab266dcd494 in qpid-proton's branch
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=ec97465 ]
PROTON-1959: [cpp] Binary compatible reconnect
Previous commit f53c7683d7e90363 added new virtual functions to class
messaging_handler: on_connection_start() and on_connection_reconnecting()
This is a binary incompatible change in C++. Linking a new library that calls
these functions with old user code that doesn't implement them will crash.
Removed the new functions, fixed the implementation and user docs to accomplish
the same result using existing on_connection_open() and on_transport_error().
Fixes #170.
> [c,cpp] API additions to simplify reconnect
> -------------------------------------------
>
> Key: PROTON-1959
> URL: https://issues.apache.org/jira/browse/PROTON-1959
> Project: Qpid Proton
> Issue Type: Improvement
> Affects Versions: proton-c-0.26.0
> Reporter: Alan Conway
> Assignee: Alan Conway
> Priority: Major
> Fix For: proton-c-0.27.0
>
>
> Add some minor API extensions to make it easier to tell if a connection is
> reconnecting, and to set up one-time events that only happen on the initial
> connect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]