owentar / x-copilot-py

MIT License
1 stars 0 forks source link

Set data-refs inside X-Plane run loop #1

Open owentar opened 7 years ago

owentar commented 7 years ago

Currently, when we're recording, we're recording in a separate thread (started just to handle the recording process and not block x-plane). Command recognition happens inside this thread which at the end is setting the data-refs corresponding to the command.

We should queue those data-refs updates and update those values inside an x-plane run loop.