* Releases the client back to the pool
()
| 539 | * Releases the client back to the pool |
| 540 | */ |
| 541 | release() { |
| 542 | this.#release(); |
| 543 | |
| 544 | // Cleanup all session related metadata |
| 545 | this.resetSessionMetadata(); |
| 546 | } |
| 547 | |
| 548 | [Symbol.dispose]() { |
| 549 | this.release(); |
no outgoing calls
no test coverage detected