mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
[FSX/P3D] Simplified listener
* removed inner SimConnect_CallDispatch loop/CApplication::processEventsFor * keep connection open, and check dispatch queue
This commit is contained in:
committed by
Mat Sutcliffe
parent
32605cd557
commit
114b36e611
@@ -1482,7 +1482,7 @@ namespace BlackSimPlugin
|
||||
via = "P2P";
|
||||
}
|
||||
|
||||
CLogMessage(this).debug(u"Checked sim. 'XPLANE' via '%2' connection in %1ms") << via << t.elapsed();
|
||||
CLogMessage(this).debug(u"Checked sim. 'XPLANE' via '%1' connection in %2ms") << via << t.elapsed();
|
||||
}
|
||||
|
||||
void CSimulatorXPlaneListener::checkConnectionViaSessionBus()
|
||||
|
||||
Reference in New Issue
Block a user