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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[fix] downstream transports may require different default ports (wss)
[refactor] made TransportFactory be an interface with factory, port, urlParseFn properties, enabling downstream to customize as necessary.
[feat] added an internal option to call a function after dispatching a message to a callback/iterator to help with post message handling (ie JetStream acks).
[feat] added the ability to store internal info on the subscription as well as defining a hook for cleanup functionality on an unsubscribe.