resclient
resclient copied to clipboard
Javascript client implementing the RES-Client Protocol.
This: * makes typings static, as generated types are usually either lacking information or are less than helpful * adds underscore properties via `defineProperty`, to make the non-enumerable * updates...
As it sits currently, models can be very hard to read when logged due to the numerous underscored properties (which I assume to be private, "don't use this" properties). These...
## Issue ResClient may, in case of high activity, give the error: > Resource not found in cache. Even when the resource should have been available in the cache. ##...
Hey all! First, thanks so much for this project. It's been a great journey so far and I am still learning. I'm trying to understand how to use ResClient/ResModel to...
## Issue Add support for RES Protocol's [static resource type](https://github.com/resgateio/resgate/issues/163). ## Notes * A *static* resource should result in a *ResStatic* class instance. * The *ResStatic* class should have a...
## Issue Unit tests should be added to cover ResClient's behavior on unexpected disconnects. ## Scope The tests should describe *unexpected disconnect*, and test that: * it does nothing if...
As stated in title, we upgraded from 2.3.3 to 2.5.0 package of resclient. Now we notice a lot of errors where we try to .off() on listeners, there are "no...