autobahn-js
autobahn-js copied to clipboard
Connection loss: provide outstanding RPC promises to app
When a connection is closed/lost, an app might want to handle RPCs outstanding (not yet returned), e.g. reject the promises, retry specific one's on connection reestablishment or inform the user.