Samuel Jirénius

Results 15 issues of Samuel Jirénius

## 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...

enhancement

## Issue If a service sends multiple consecutive query events on the same resource, Resgate will freeze the resource from handing other requests and events, until all queued up query...

bug

## Issue While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here: https://go.dev/doc/modules/gomod-ref It should be bumped to...

## Issue Some legacy support code for deprecated features remains even if the expired time has passed. This legacy support should be removed. * https://github.com/resgateio/resgate/blob/master/docs/res-protocol-v1.1-update.md * https://github.com/resgateio/resgate/blob/master/docs/res-protocol-v1.2-update.md

## Issue It should be possible to get basic metrics from resgate with insight into how it is operating through an OpenMetrics exporter. ## Notes * This is an issue...