Skip to content

Commit

Permalink
Remove deprecated method ping in favor for the Symfony Messenger midd…
Browse files Browse the repository at this point in the history
…leware doctrine_ping_connection
  • Loading branch information
Martin de Keijzer committed Oct 26, 2020
1 parent 4ca95e6 commit 15e3238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Broadcaster/Scheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function __construct(ChannelValidatorService $validator, BroadcastStarter
*/
public function applySchedule(): void
{
$this->broadcastManager->keepConnectionAlive();
$this->validator->validate();
$this->stopExpiredBroadcasts();
$this->startPlannedBroadcasts();
Expand Down

0 comments on commit 15e3238

Please sign in to comment.