Skip to content

Commit

Permalink
Fix ping to check each connection, not only first one
Browse files Browse the repository at this point in the history
  • Loading branch information
webmake committed Nov 22, 2018
1 parent 973ac0f commit 72d4097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function onMessageReceived(MessageReceived $context): void
}

if ($connection->ping()) {
return;
continue;
}

$context->getLogger()->debug(
Expand Down

0 comments on commit 72d4097

Please sign in to comment.