mirror of
https://github.com/danog/postgres.git
synced 2024-11-30 04:29:12 +01:00
Fix notification loop if listener unset
This commit is contained in:
parent
202caf8552
commit
1f146e31f6
@ -64,7 +64,7 @@ class PgSqlHandle implements Handle {
|
||||
$channel = $result["message"];
|
||||
|
||||
if (!isset($listeners[$channel])) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
$notification = new Notification;
|
||||
|
Loading…
Reference in New Issue
Block a user