You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just calling sc.Close(), but the next time I create a SimConnect() object, I don't receive new data, I get allways the last set of data the old object received.
The text was updated successfully, but these errors were encountered:
is it easy to illustrate with a simple code example? i haven't played much with that, tho the API doc seems pretty clear you just need Open() and Close(). maybe the internal handle needs to get explicitly deleted or something, tho I would have thought that occurred when the python SimConnect object was implicitly deleted when you re-assign it. does explicit del sc help after Close?
I'm just calling sc.Close(), but the next time I create a SimConnect() object, I don't receive new data, I get allways the last set of data the old object received.
The text was updated successfully, but these errors were encountered: