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
fix: properly release the client when calling io.close()
Before this commit, calling io.close() to close the Socket.IO server could leave a pg connection alive, if it was in the process of reconnecting.
Related: #13
0 commit comments