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

Delete event on resource queued for eviction causes crash #142

Closed jirenius closed 4 years ago

jirenius commented 4 years ago

Issue

A delete event sent on a resource that exists in Resgate's cache, but is queued for eviction due to having 0 subscriptions, causes Resgate to crash.

How to reproduce

Impact

jirenius commented 4 years ago

Resolved in #143