Merge branch 'master' of github.com:edubart/otclient
This commit is contained in:
commit
1838120f6e
|
@ -132,14 +132,14 @@ void Connection::onConnect(const boost::system::error_code& error)
|
||||||
{
|
{
|
||||||
m_readTimer.cancel();
|
m_readTimer.cancel();
|
||||||
|
|
||||||
m_connecting = false;
|
|
||||||
|
|
||||||
if(!error) {
|
if(!error) {
|
||||||
m_connected = true;
|
m_connected = true;
|
||||||
if(m_connectCallback)
|
if(m_connectCallback)
|
||||||
g_dispatcher.addEvent(m_connectCallback);
|
g_dispatcher.addEvent(m_connectCallback);
|
||||||
} else
|
} else
|
||||||
handleError(error);
|
handleError(error);
|
||||||
|
|
||||||
|
m_connecting = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Connection::onWrite(const boost::system::error_code& error, size_t)
|
void Connection::onWrite(const boost::system::error_code& error, size_t)
|
||||||
|
|
Loading…
Reference in New Issue