sLog.Debug(LOG_STRATUM,"Stratum client disconnected from %s. Total clients: %u",asio::ip::address_v4(client->GetIP()).to_string().c_str(),_clients.size());
sLog.Debug(LOG_STRATUM,"New stratum client accepted from %s. Total clients: %u",asio::ip::address_v4(client->GetIP()).to_string().c_str(),_clients.size());
if(client->Start()){
_clients.insert(client);
sLog.Debug(LOG_STRATUM,"New stratum client accepted from %s. Total clients: %u",asio::ip::address_v4(client->GetIP()).to_string().c_str(),_clients.size());
}
}else{
sLog.Debug(LOG_STRATUM,"Failed to accept stratum client");