ringcentral / ringcentral-extensible

RingCentral Extensible SDK
10 stars 6 forks source link

Remove debounce to recover WS #73

Closed embbnux closed 1 year ago

embbnux commented 1 year ago

In code https://github.com/ringcentral/ringcentral-extensible/blob/master/packages/extensions/ws/src/index.ts#L88 It uses debounce to call recover and connect. But we found the delay will become very long (1min+) at Chrome. It should be removed, and replace with promise checking.

tylerlong commented 1 year ago

Done