Commit 6d33c9741749f55ab66849dde32328cbe1662647

Authored by Perry Werneck
1 parent ae0b3131
Exists in master and in 1 other branch develop

Removing delay in the "isConnected" method.

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
client/src/core/host.cc
... ... @@ -115,7 +115,6 @@
115 115 }
116 116  
117 117 bool Host::isConnected() const {
118   - this->session->waitForReady(this->timeout);
119 118 return getConnectionState() == CONNECTED_TN3270E;
120 119 }
121 120  
... ...