mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 03:17:51 +08:00
moved stream into synergy namespace (to prevent naming collision in win libs)
implemented ipc "hello" message (to identify client type) integ tests working for hello message, but use of ipc in main program has problem with events.
This commit is contained in:
@@ -528,6 +528,10 @@ CClientApp::mainLoop()
|
||||
|
||||
// create the event queue
|
||||
CEventQueue eventQueue;
|
||||
|
||||
if (argsBase().m_enableIpc) {
|
||||
initIpcClient();
|
||||
}
|
||||
|
||||
// start client, etc
|
||||
appUtil().startNode();
|
||||
|
||||
Reference in New Issue
Block a user