This site is being deprecated.

Please see the official X‑Plane Support page for help.

0 votes
asked by (12 points)
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

Please log in or register to answer this question.

...