Hi,
I am trying to use proton-c wrapper with C++ code to connect to a local server bus server. I was able to send several message.
However, the call `pn_messenger_send` fails randomly with error code `PN_TIMEOUT`.
I need to restart the messenger to be able to be able to send messages again.
Any idea?