FIX: fixed bug with the leaving and joining from local clients

This commit is contained in:
Henry Winkel
2023-01-17 12:35:18 +01:00
parent 6b8d6ad265
commit 1bc7b7ad55
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace WHISPER {
struct localClient{
short port;
std::uint32_t port;
std::string addr;
std::uint32_t id;
zmq::socket_t clientSocket;