Releases: voryx/RxThruwayClient
Releases · voryx/RxThruwayClient
3.2.0
Now using RxWebSocket instead of Pawl
3.1.1
Merge pull request #9 from voryx/keepalive-ints
You have to cast to int on keepalive sequence
3.1.0
Added Pawl 0.3.0 support
Fixed progressive call complete bug
Updated examples
3.0.2
Added `force_reregister` option to progressiveRegister
3.0.1
Merge pull request #5 from mbonneau/master
Move share to the correct place in CallObservable so cancelation works
2.0.8
invocationError was being erronously assinged within ternary operator
2.0.7
Allow custom RPC errors with WampErrorException
2.0.6
Don’t send cancel messages when the call receives an error
2.0.5
Ping closure was holding on to websocket reference which caused a mem…