isConnected method
Returns whether or not the client is connected to the socket connection
Implementation
bool isConnected() {
return _connected;
}
Returns whether or not the client is connected to the socket connection
bool isConnected() {
return _connected;
}