resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
685 stars 67 forks source link

Resource frozen on consecutive query events #239

Open jirenius opened 1 year ago

jirenius commented 1 year ago

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 events has been handled in order. If the service is slow to respond to Resgate's query requests, this will cause the resource to appear completely frozen.

Notes