Skip to content

Releases: voryx/RxThruwayClient

3.2.0

28 Nov 00:16
Compare
Choose a tag to compare

Now using RxWebSocket instead of Pawl

3.1.1

31 Oct 03:16
60bce3e
Compare
Choose a tag to compare
Merge pull request #9 from voryx/keepalive-ints

You have to cast to int on keepalive sequence

3.1.0

26 Oct 14:33
Compare
Choose a tag to compare

Added Pawl 0.3.0 support
Fixed progressive call complete bug
Updated examples

3.0.2

25 Jul 14:37
Compare
Choose a tag to compare
Added `force_reregister` option to progressiveRegister

3.0.1

23 Jun 01:18
Compare
Choose a tag to compare
Merge pull request #5 from mbonneau/master

Move share to the correct place in CallObservable so cancelation works

3.0.0

09 May 19:22
Compare
Choose a tag to compare
Added some topic tests

2.0.8

09 May 19:22
Compare
Choose a tag to compare
invocationError was being erronously assinged within ternary operator

2.0.7

26 Apr 21:09
Compare
Choose a tag to compare

Allow custom RPC errors with WampErrorException

2.0.6

04 Apr 20:56
Compare
Choose a tag to compare
Don’t send cancel messages when the call receives an error

2.0.5

01 Apr 16:01
Compare
Choose a tag to compare
Ping closure was holding on to websocket reference which caused a mem…