mirror of
https://github.com/danog/postgres.git
synced 2024-12-03 09:57:48 +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"];
|
$channel = $result["message"];
|
||||||
|
|
||||||
if (!isset($listeners[$channel])) {
|
if (!isset($listeners[$channel])) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$notification = new Notification;
|
$notification = new Notification;
|
||||||
|
Loading…
Reference in New Issue
Block a user