mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-03 10:26:48 +08:00
fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop).
This commit is contained in:
@@ -526,9 +526,6 @@ CClientApp::mainLoop()
|
||||
// on unix because threads evaporate across a fork().
|
||||
CSocketMultiplexer multiplexer;
|
||||
|
||||
// create the event queue
|
||||
CEventQueue eventQueue;
|
||||
|
||||
// start client, etc
|
||||
appUtil().startNode();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user