Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Mar 3, 2023
1 parent 3cb94c2 commit 24fbd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneBot/V12/OneBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function dispatchEvent(OneBotEvent $event): void
if ($socket->getFlag() !== 1) {
continue;
}
$socket->sendAll($frame_str);
$socket->sendMultiple($frame_str);
}
foreach ($this->driver->getWSReverseSockets() as $socket) {
if ($socket->getFlag() !== 1 || !$socket->getClient()->isConnected()) {
Expand Down

0 comments on commit 24fbd50

Please sign in to comment.