Skip to content

Releases: axsemantics/rohrpost-js

v0.4.0

20 Jun 12:42
Compare
Choose a tag to compare

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

31 May 08:37
Compare
Choose a tag to compare

client now waits 3 seconds on reconnect to reduce spamming the backend

v0.3.0

29 May 14:03
Compare
Choose a tag to compare
  • add a generic call which returns a promise, allows building of remote procedure calls