You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listening notifications, result message is different depending on what binding is used. With native bindings, message doesn't have name, length, or processId properties. Tested with version 4.5.1 and 5.0.0. pg-native version 1.10.0.
client.on('notification',function(msg){// with js bindings msg contains name, length, processId, channel, payload// with native bindings msg only contains channel and payload})
The text was updated successfully, but these errors were encountered:
When listening notifications, result message is different depending on what binding is used. With native bindings, message doesn't have name, length, or processId properties. Tested with version 4.5.1 and 5.0.0. pg-native version 1.10.0.
The text was updated successfully, but these errors were encountered: