Releases: axsemantics/rohrpost-js
Releases · axsemantics/rohrpost-js
v0.4.0
added timeouts to generic calls, defaults so 2000ms.
can be set via options per call:
rohrpost.call('rpc-name', {payload}, {timeout: 2000})
v0.3.1
client now waits 3 seconds on reconnect to reduce spamming the backend
v0.3.0
- add a generic call which returns a promise, allows building of remote procedure calls