mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #324 Remove timeout implementation from MSFS plugins
This commit is contained in:
@@ -94,12 +94,6 @@ namespace BlackSimPlugin
|
||||
|
||||
QMutexLocker locker(&m_mutexInterpolator);
|
||||
|
||||
if (m_interpolator.getTimeOfLastReceivedSituation().secsTo(QDateTime::currentDateTimeUtc()) > 15)
|
||||
{
|
||||
emit clientTimedOut(m_callsign);
|
||||
return;
|
||||
}
|
||||
|
||||
if (m_interpolator.hasEnoughAircraftSituations())
|
||||
{
|
||||
CAircraftSituation situation = m_interpolator.getCurrentSituation();
|
||||
|
||||
Reference in New Issue
Block a user