diff --git a/lib/PgSqlHandle.php b/lib/PgSqlHandle.php index 03dbeb0..00d2f21 100644 --- a/lib/PgSqlHandle.php +++ b/lib/PgSqlHandle.php @@ -64,7 +64,7 @@ class PgSqlHandle implements Handle { $channel = $result["message"]; if (!isset($listeners[$channel])) { - return; + continue; } $notification = new Notification;