()
| 94 | } |
| 95 | |
| 96 | public getClientAddress(): string { |
| 97 | return this.clientAddress.address |
| 98 | } |
| 99 | |
| 100 | public onUnsubscribed(subscriptionId: string): void { |
| 101 | logger('client %s unsubscribed %s', this.clientId, subscriptionId) |
no outgoing calls
no test coverage detected