modify plugin name

This commit is contained in:
2022-02-14 14:40:38 +08:00
parent 2e3246dc23
commit 485b951e52
+3
View File
@@ -162,6 +162,9 @@ class Http extends Component
}
while (($data = $response->recv()) instanceof Frame) {
try {
if ($data->opcode == WEBSOCKET_OPCODE_PING || $data->opcode == WEBSOCKET_OPCODE_PONG) {
continue;
}
call_user_func($message, $data);
} catch (\Throwable $throwable) {
$this->logger()->error($throwable->getMessage());