Closed Pomax closed 1 year ago
I suspect this is set
forgetting to release its DATA_ID
after firing off the setDataOnSimObject
call, but we'll see what happens with the current autopilot run.
with set
releasing ids, we end up hitting SIMCONNECT_EXCEPTION_INVALID_DATA_SIZE so something is definitely awry
Turns out set
was forgetting to clear the data object associated with its ID, so... hilarious. Also, fixed now.
As part of #1 I'm still seeing the library throw SIMCONNECT_EXCEPTION_TOO_MANY_OBJECTS after a while, so I need to dig into why that is.