Hi all
I'm trying to replicate some legacy code using uopy, but I've found an issue that's hard to solve.
This is a LONG process, both server and local side, so timeouts may appear. Using the older UVIC32.dll code we can simply reconnect to a session after it has been closed by the server. But, after health_check returns false to uopy I can't reconnect to the server, and the connect() method is not connecting.
Is there a way to do this?