You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improved error handling by reporting event parsing errors as EventParseError via the error event sent by PubSubEventEmitter. Partly addresses: #21
feat: added support for receiving server keep alive messages via the keepalive event sent by PubSubEventEmitter. This allows to retrieve the last replay ID and other information. Addresses #22