Frequently Asked Questions#

RPC Client Multithreading Crashes#

What HAPPENS:

The same DucoCobot object calls the blocking function in multiple threads, and the client crashes during execution.

The solution:

In multithreaded code, be sure to use different DucoCobot objects.