Skip to content

0.5.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@denis-itskovich denis-itskovich released this 21 Apr 14:51
· 25 commits to master since this release
bb31d07
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.