We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b5644 commit 4ae37daCopy full SHA for 4ae37da
docs/pages/apis/pool.mdx
@@ -271,6 +271,12 @@ The error listener is passed the error as the first argument and the client upon
271
uncaught error and potentially crash your node process.
272
</Alert>
273
274
+### release
275
+
276
+`pool.on('release', (err: Error, client: Client) => void) => void`
277
278
+Whenever a client is released back into the pool, the pool will emit the `release` event.
279
280
### remove
281
282
`pool.on('remove', (client: Client) => void) => void`
0 commit comments