Changeset - 0d9c0387a457
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-07-30 20:02:10
hanzz.k@gmail.com
Fixed race condition caused by not stopped reconnectTimer
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/transport.cpp
Show inline comments
 
@@ -227,6 +227,7 @@ void Component::stop() {
 
void Component::handleConnected() {
 
	onConnected();
 
	m_reconnectCount = 0;
 
	m_reconnectTimer->stop();
 
}
 

	
 
void Component::handleServerStopped(boost::optional<Swift::BoostConnectionServer::Error> e) {
0 comments (0 inline, 0 general)