Closed mmacfadden closed 3 years ago
Versions
*Desired Feature The client no longer does a "handshake" per-se. IConvergenceOptions.handshakeTimeout could be better named IConvergenceOptions.connnectionRequestTimeout. the new options will look like this.
IConvergenceOptions.handshakeTimeout
IConvergenceOptions.connnectionRequestTimeout
export interface IConvergenceOptions { connection?: { timeout?: number; connectionRequestTimeout?: number; }; ... }
Versions
*Desired Feature The client no longer does a "handshake" per-se.
IConvergenceOptions.handshakeTimeout
could be better namedIConvergenceOptions.connnectionRequestTimeout
. the new options will look like this.