FIX: fixed bug with the leaving and joining from local clients
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user