Samuel Jirénius

Results 8 comments of Samuel Jirénius

Yes. Logging is ignored, and needs to be improved! Using a logger interface, such as the one you suggested by goa, is a great idea. Not sure we need to...

## Solution suggestion - Connection events ### Scope consideration 1 Extending the RES protocol with two new events, published by Resgate: > ### Connection connect event > > **Subject** >...

@raphaelpereira > why don't you add the token information on Scope consideration 1 On connect, the token is always _null_. Resgate does not store state between reconnects, and has no...

This branch wasn't merge because it didn't fully support NGS. One feature was still missing: the ability to know if a message might have been lost within a super-cluster (eg....

Created separate issue #108 for the credentials, and pulled it to `develop` in #109

Thanks for the input and the suggestion! The sort of load balancing you suggest is doable for static resources, and the documentation should perhaps be update to clarify that this...

### Race issue with Models The race problem is unfortunately not only for _collections_. A _model_ (eg. `{ "msg":"Hello, World!" }`) that gets two set requests (eg. first `{ "msg":...

After consideration, there might be times when you actually need to use `ChanQueueSubscribe` to allow multiple instances of the same service on a single NATS. However, by running multiple instances...