* 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)
| 118 | * object, and that its state is not disconnected |
| 119 | */ |
| 120 | validate?(client?: unknown): boolean; |
| 121 | } |
| 122 | |
| 123 | export interface ConnectionOptions { |
no outgoing calls