Skip to content

Releases: slim-gears/rxrpc-js

0.5.35

27 Nov 14:28
4c9d3b8
Compare
Choose a tag to compare

Fixing disconnect

0.5.25: add interceptors for http transport options (#20)

16 Jun 07:38
02a668f
Compare
Choose a tag to compare
* add intercptors in http options
* add interceptors headers to connect + fix to close + fix tests
* fix typo

Signed-off-by: Koaz <[email protected]>

0.5.24: Dev rxrpc js http transport merge (#18)

04 May 08:18
bf65607
Compare
Choose a tag to compare
* Adding Http transport

* fixing unnecessary rebuilds

* fix polling empty-string bug, and change polling period to 1sec

* getting the data as JSON instead of string

* handling subscribtion in post function

Co-authored-by: Mohaban, Assaf <[email protected]>

Adding HTTP transport

06 Apr 16:36
8ad92a0
Compare
Choose a tag to compare
Adding HTTP transport Pre-release
Pre-release
Adding Http transport (#13)

Co-authored-by: Mohaban, Assaf <[email protected]>

0.5.20

03 Aug 10:52
989edb6
Compare
Choose a tag to compare
0.5.20 Pre-release
Pre-release
Updating to ES2015 module (#11)

Co-authored-by: brusid <[email protected]>

0.5.18

21 Apr 14:51
bb31d07
Compare
Choose a tag to compare
0.5.18 Pre-release
Pre-release
Update rxrpc-client.ts (#9)

Replace shareReplay with share becasue JavaScript does not support multi-threading because the JavaScript interpreter in the browser is a single thread (AFAIK). Even Google Chrome will not let a single web page's JavaScript run concurrently because this would cause massive concurrency issues in existing web pages.
Also we saw that it working as expected using log prints.

0.5.14: add observConnected to RxrpcInvoker and RxrpcClient (#7)

29 Mar 19:28
6543425
Compare
Choose a tag to compare
Signed-off-by: koazu1 <[email protected]>

Co-authored-by: koazu1 <[email protected]>