Hi!
I want to notify a third party the plane is unloading. I'm doing so setting the data via SetClientData at the stage PANEL_SERVICE_PRE_KILL stage prior to the SimConnect handle is closed.
However, the third party does not "see" the new data (SetClientData returns S_OK) whereas it works during normal operations.
After the notification, for tests purposes, I have written a timed loop in which I call the events polling loop every 100ms. I only can see SIMCONNECT_RECV_ID_SIMOBJECT_DATA being received. No SIMCONNECT_RECV_ID_CLIENT_DATA
At which stage should I set the data?
Is there anything disabled at this stage regarding ClientData?
Thanks
I want to notify a third party the plane is unloading. I'm doing so setting the data via SetClientData at the stage PANEL_SERVICE_PRE_KILL stage prior to the SimConnect handle is closed.
However, the third party does not "see" the new data (SetClientData returns S_OK) whereas it works during normal operations.
After the notification, for tests purposes, I have written a timed loop in which I call the events polling loop every 100ms. I only can see SIMCONNECT_RECV_ID_SIMOBJECT_DATA being received. No SIMCONNECT_RECV_ID_CLIENT_DATA
At which stage should I set the data?
Is there anything disabled at this stage regarding ClientData?
Thanks
Last edited: