This commit is contained in:
2020-11-05 18:32:59 +08:00
parent 67a75ce5a9
commit d0b9b19fb4
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -46,7 +46,6 @@ class OnPacket extends Callback
return $server->sendto($clientInfo['address'], $clientInfo['port'], DataResolve::pack($this->pack, $data));
} catch (\Throwable $exception) {
$pack = DataResolve::pack($this->pack, ['message' => $exception->getMessage()]);
var_dump($this->pack, $pack);
return $server->sendto($clientInfo['address'], $clientInfo['port'], $pack);
} finally {
$event = Snowflake::app()->event;