hi community,

currently i use per call connection but due increase of communication
thinking to move to the model with always open connection. In this case I
need to handle situation when connection is lost and reopen it.

What is right way to do this? Do I need to recreate client after connection
lost? Because simply transport->open() does not work. Also, what would be
correct exception to catch (currently i think to reconnect on any
exception)?

Thank you!

Reply via email to