* A function that validates a connection. Called with client. The default function checks that client is an * object, and that its state is not disconnected
(client?: unknown)
| 113 | * object, and that its state is not disconnected |
| 114 | */ |
| 115 | validate?(client?: unknown): boolean; |
| 116 | } |
| 117 | |
| 118 | export interface ConnectionOptions { |
no outgoing calls