Skip to content

Conversation

@joshbwlng
Copy link
Contributor

Change-type: minor

@joshbwlng joshbwlng self-assigned this Aug 20, 2024
channel: string,
fn: (...args: any[]) => Promise<void>,
) {
let listenerClient: Pg.PoolClient | null = null;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to live outside the listen function so we share the client across notification listeners rather than using a separate client from the pool for each listener

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants