Hi,
I am looking to write a plugin that handles network traffic in a separate thread, which will then read and write to data ref’s (and possibly issue commands). Can I call into X-Plane asynchronously from my network thread, or do I need to synchronise my access within a callback function (probably XPlaneLoopCB)?
I am not sure if I will run into race conditions when using asynchronous access.
Cheers,
Lee