mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix: make ipc client thread-safe (#2075)
This commit is contained in:
@@ -27,7 +27,6 @@ signals:
|
||||
private:
|
||||
bool establishConnection();
|
||||
|
||||
QMutex m_mutex;
|
||||
QLocalSocket m_localSocket;
|
||||
QRemoteObjectNode m_ClientNode;
|
||||
QSharedPointer<IpcInterfaceReplica> m_ipcClient;
|
||||
@@ -44,7 +43,6 @@ private:
|
||||
QSharedPointer<QLocalSocket> localSocket;
|
||||
};
|
||||
|
||||
QMap<int, QSharedPointer<ProcessDescriptor>> m_processNodes;
|
||||
bool m_isSocketConnected {false};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user