You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
https://github.com/resgateio/resgate/blob/v1.7.5/server/rescache/eventSubscription.go#L275
The text was updated successfully, but these errors were encountered: