We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if ($opcode === 0x9) { if ($recv_len >= $current_frame_length) { //**** } else { //为什么不添加此行呢? $connection->pingNotResponseCount = -1; $connection->send($ping_data); } $connection->websocketType = $tmp_connection_type; if ($recv_len > $current_frame_length) { return static::input(\substr($buffer, $current_frame_length), $connection); } }
The text was updated successfully, but these errors were encountered:
添加此行,客户端无需定时发送opcode = 0x1 的普通消息
Sorry, something went wrong.
赞同啊
No branches or pull requests
The text was updated successfully, but these errors were encountered: