I have two separated problems with this library at the moment.
The first problem is that the library is not compatible with boost v1.84.0 (although it is with boost v1.83.0).
The second problem is that I do not see what's wrong in the minimal example below, where the same client is reused in a async_run()/async_disconnect() loop. It gets stuck on async_run() at some point, e.g. after two or three retries. However, if the client is recreated each time, then there are no problems.
Hi,
I have two separated problems with this library at the moment.
async_run()/async_disconnect()
loop. It gets stuck onasync_run()
at some point, e.g. after two or three retries. However, if the client is recreated each time, then there are no problems.Thanks for your help!