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

Unsubscribe count field #161

Closed jirenius closed 4 years ago

jirenius commented 4 years ago

Issue

When a client unsubscribes to a resource, the unsubscribe request should have an option count field that states the number of unsubscribes to perform, instead of sending multiple successive unsubscribe requests.

Multiple subscriptions may build up if a call request returns a resource reference for a resource already subscribed.

Notes

jirenius commented 4 years ago

Resolved in #162