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
I noticed that the Node.js process does not come to an end after using the listening mechanism. That's because the connection reserved for LISTEN statements is not closed even after the last channel is unsubscribed from. And even if all other connections are closed via close().
I noticed that the Node.js process does not come to an end after using the listening mechanism. That's because the connection reserved for
LISTEN
statements is not closed even after the last channel is unsubscribed from. And even if all other connections are closed viaclose()
.Use this program:
The text was updated successfully, but these errors were encountered: