cloud_dispatcher patch
This commit is contained in:
@@ -6,7 +6,7 @@ DispatcherClient::DispatcherClient(PIEthernet * eth_, int id) : authorised(false
|
||||
CONNECTU(&disconnect_tm, tickEvent, eth, close);
|
||||
CONNECTU(&streampacker, packetReceiveEvent, this, readed);
|
||||
CONNECTU(eth, disconnected, this, disconnected);
|
||||
piCoutObj << "client connected" << eth->sendAddress();
|
||||
piCoutObj << "client connected" << client_id << eth->sendAddress();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user