I start my default container: proton::default_container I have a idle timeout and after that time, correctly on_transport_close event is called. But then, nothing !! What should I do? How can i reconnect, especially, manually? In on_transport_close I tried to stop container, but nothing happens:
proton::default_container(handler).auto_stop(true); proton::default_container(handler).stop(); conn->unsafe().close(); Thank you! -- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Proton-0-14-how-can-i-reconnect-after-timeout-tp7657154.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
