Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2019-11-27 10:26:41 +01:00
commit c64160f4d8
3 changed files with 11 additions and 9 deletions

View file

@ -625,9 +625,9 @@ namespace Mist {
getNext();
nProxy.userClient.keepAlive();
}
if (!thisPacket){return "Invalid packet";}
if (!config->is_active){return "received deactivate signal";}
if (!nProxy.userClient.isAlive()){return "buffer shutdown";}
if (!config->is_active){return "received deactivate signal";}
if (!thisPacket){return "Invalid packet";}
return "Unknown";
}