code:
from a WinUI AIMMS app launched from a distant AIMMS PRO server may fail due to various causes. In this article, we discuss one potential cause for an app not responding for more than a minute after the pro::DelegateToServer
code:
call - an unstable internet connection. Wireless connections are more likely to be unstable compared to wired connections.DelegateToServer
If this behavior is occurring frequently in your applications, you can use the Error Handling functionality offered in AIMMS to mitigate the situation.
Find an example here