Hello,
I have an application that is messaging with vehicles real time and drawing maps at the same time. If the user holds down the mouse and pans continuously the main thread will starve the messaging threads so the vehicle believes it has lost communication with the control station.
Could you please tell me if there is a way to make the map execute the pan and zoom functions in a separate thread?
P.S. This is a small issue, you have to be trying hard to get it to happen, but is a bug on my list to fix.