Regarding stuttering the sim, it’s not actually affecting the sim at all. It’s only affecting vPilot and anything that vPilot does on the UI thread, which includes updating the aircraft positions. So the sim keeps running normally, but the aircraft get stuck in place while the VSR plugin is waiting for a response from the server (which isn’t running.) As soon as the VSR plugin Connect() call times out, the vPilot UI thread gets freed up, and then it can update the aircraft positions via SimConnect again.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.