mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Round trip protection as described in (4)
https://dev.vatsim-germany.org/boards/22/topics/1792?r=1801#message-1801 * Individual context id * Allows to connect >1 GUIs with core, works for cockpit so far
This commit is contained in:
@@ -131,7 +131,7 @@ namespace BlackGui
|
||||
|
||||
const QString &CCockpitV1Component::cockpitOriginator()
|
||||
{
|
||||
static const QString o("cockpit v1");
|
||||
static const QString o = QString("COCKPITV1:").append(QString::number(QDateTime::currentMSecsSinceEpoch()));
|
||||
return o;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user