close channel on client discard

This commit is contained in:
Gani Georgiev
2024-11-19 23:23:25 +02:00
parent d0795bd849
commit 34d7ac0808
3 changed files with 13 additions and 3 deletions

View File

@@ -5,6 +5,8 @@
- Fixed rate limiter rules matching to acount for the `Audience` field.
- Force closing the realtime connection on unregistering a client (aka. on `app.SubscriptionsBroker().Unregister(clientId)`)
- Minor UI fixes (fixed duplicate record control, removed duplicated id field in the record preview, hide Impersonate button for non-auth records, auto sort rate limit rules, etc.).