The address of the endpoint the pool is connected to
()
| 238 | |
| 239 | /** The address of the endpoint the pool is connected to */ |
| 240 | get address(): string { |
| 241 | return this.options.hostAddress.toString(); |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Check if the pool has been closed |