Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Reconnect

Hi,

 

I’m wondering how, and in which use case, to use the mosquitto_reconnect_async API.

 

In my code, after a successful mosquito_connect_async, a mosquito_disconnect call is done.

The disconnect callback function installed is correctly called.

Then I try to use the function mosquito_reconnect_async which doesn’t return any error code, but nothing happens.

 

Do I use this API correctly?

 

Thanks,

 

Philippe

 


Back to the top