Merge pull request #5 from exodus4d/develop

Develop
This commit is contained in:
Mark Friedrich
2017-07-24 22:06:59 +02:00
committed by GitHub

View File

@@ -130,7 +130,7 @@ class MapUpdate implements MessageComponentInterface {
if(
$token && $this->healthCheckToken &&
$token === $this->healthCheckToken
(int)$token === (int)$this->healthCheckToken
){
$isValid = 1;
}
@@ -430,7 +430,7 @@ class MapUpdate implements MessageComponentInterface {
break;
}
$this->internalSocket->send($response);
// $this->internalSocket->send($response);
}
/**