syncromatics / syncromatics-track-api

Library to interact with the Syncromatics Track API
https://www.npmjs.com/package/syncromatics-track-api
6 stars 1 forks source link

fix(reconnect): return from onConnectionOpened if connection is not open #79

Closed glenwperry closed 4 years ago

glenwperry commented 4 years ago

When pods roll this can happen. Safety checking to make sure WS is OPEN helps prevent things getting gunked up when queuedMessages get sent off after ws authorization.

sync-reconnect-fix