mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-21 12:07:04 +02:00
fixed: ipc client connected event was being wiped out
daemon now communicates graceful shutdown message through new ipc system.
This commit is contained in:
parent
3d6551f708
commit
ddb2d7feeb
10 changed files with 44 additions and 38 deletions
|
@ -45,6 +45,7 @@ CIpcServer::~CIpcServer()
|
|||
for (it = m_clients.begin(); it != m_clients.end(); it++) {
|
||||
delete *it;
|
||||
}
|
||||
m_clients.empty();
|
||||
|
||||
EVENTQUEUE->removeHandler(m_socket.getConnectingEvent(), &m_socket);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue