Samuel Jirénius
Samuel Jirénius
## Issue Services want to be able to track which clients are currently connected to any of the Resgates. ## Scope This feature should consider the following: 1. Resgate events...
## Issue In case a [client get request](https://github.com/jirenius/resgate/blob/master/docs/res-client-protocol.md#get-request) is immediately followed by another *client get* or *subscribe request*, while the first request is still collecting resources, the response for the...
## Issue Similar logging capabilities that exists in NATS Server should be available in Resgate, to allow a unified way of logging activities in both servers. ## Related discussion https://github.com/jirenius/resgate/issues/34
## Issue In case a `res.Handler` does not contain a handler method for a given request, it should bubble up to the next best `res.Handler` match. #### Example ```golang s...
## Issue Add support for RES Protocol's [static resource type](https://github.com/resgateio/resgate/issues/163).
## Issue The service package should support making call requests and getting resources and events from other RES services connected to NATS. ```go // Example of what the API might...
## Issue When there is a panic within a `With` callback, the service will currently crash. This means using `RequireValue`, which panics if the Get handler returns an error, will...
## 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. ##...
## 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...