Skip to content

Commit 5541222

Browse files
author
Shaun Hubbard
committed
should not pop the message handler... my bad
1 parent b35c295 commit 5541222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/PostgreSQL/Connection/PostgreSQLConnection+NotifyAndListen.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ extension PostgreSQLConnection {
1414
switch message {
1515
case let .notificationResponse(notification):
1616
try handler(notification.message)
17-
return true
1817
default:
19-
return false
18+
break
2019
}
20+
return false
2121
})
2222
}
2323

0 commit comments

Comments
 (0)