mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #787, MS review items + discussion on slack
https://dev.vatsim-germany.org/issues/787#note-4
This commit is contained in:
@@ -148,7 +148,7 @@ namespace BlackCore
|
||||
// Using timer to first finish this function, then the resulting signal
|
||||
if (validInCacheEntities != CEntityFlags::NoEntity)
|
||||
{
|
||||
QTimer::singleShot(10, this, [ = ]
|
||||
QTimer::singleShot(0, this, [ = ]
|
||||
{
|
||||
emit this->dataRead(validInCacheEntities, CEntityFlags::ReadFinished, 0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user