We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
09db85d
There was an error while loading. Please reload this page.
added timeouts to generic calls, defaults so 2000ms. can be set via options per call: rohrpost.call('rpc-name', {payload}, {timeout: 2000})
rohrpost.call('rpc-name', {payload}, {timeout: 2000})
cf752ac
client now waits 3 seconds on reconnect to reduce spamming the backend
781d5df