X-TCAS icon indicating copy to clipboard operation
X-TCAS copied to clipboard

Fix worker not starting after plugin reload (mac)

Open amyinorbit opened this issue 1 year ago • 1 comments

  • On macOS, it seems like global storage isn’t re-initialised when plugins are reloaded, leading to worker_shutdown staying true, and the worker thread exiting immediately. Initialised the variable to false in xtcas_init() to prevent this.

amyinorbit avatar Nov 18 '23 23:11 amyinorbit

Currently investigating similar issues with some VSI dataref getting checked before being resolved in similar circumstances, will un-draft when I've figured that out.

amyinorbit avatar Nov 18 '23 23:11 amyinorbit