Taz5150
Taz5150
Bump on this.
Hi, Not sure if I am having the same issue, but here it goes. Lets say I want to read two SimVars, one after the other, during the same deltaTime...
> This is probably a limitation of SimConnect, not related to python or this library in particular. Not really, we can do that on C# and C++ by controlling reading...
> Have you thought about running Python SimConnect multi-threaded? It could potentially solve your issue. I'm using this trick to make the [Mobile Companion App](https://github.com/mracko/MSFS-Mobile-Companion-App) run more smoothly. Not sure...
> probalby configured here, try changing these > > enum def > > https://github.com/odwdinc/Python-SimConnect/blob/13ff77f0eb323275a587d20fd0bc30af314bb54c/SimConnect/Enum.py#L152 > > use: > > https://github.com/odwdinc/Python-SimConnect/blob/7fe6be86e31539a5a4f05696c01589f0e2a71e41/SimConnect/Attributes.py#L216 > > ```python > class SIMCONNECT_PERIOD(CtypesEnum): # > SIMCONNECT_PERIOD_NEVER =...