Skip to content
Snippets Groups Projects
Commit afdab3ae authored by Armin Felder's avatar Armin Felder
Browse files

Merge branch 'fixPotentialRacingCondition' into 'master'

race condition new domain

See merge request chat/RocketChatMobileEngine!62
parents cf1d561c b5f9b581
No related branches found
No related tags found
1 merge request!62race condition new domain
......@@ -269,6 +269,7 @@ void RocketChat::setUserDefaultStatus( int pStatus )
bool RocketChat::newServerByDomain( const QString &domain, bool pUnsecure = false )
{
newServerMutex.lock();
mServerStatus = false;
mDdpConnectionEstablished = false;
emit offline();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment