fix(llc): channel clean up after dispose from cache (#1342)

* fix: channel clean up after dispose from cache

* chore(llc): update changelog

* fix(llc): refactor setter in add/remove methods

* fix tests

Co-authored-by: Salvatore Giordano <[email protected]>
This commit is contained in:
Daniel
2022-10-10 12:59:35 +02:00
committed by GitHub
co-authored by Salvatore Giordano
parent 25bc504125
commit 37e01b118b
5 changed files with 39 additions and 8 deletions
+6
View File
@@ -1,3 +1,9 @@
## Upcoming
🐞 Fixed
- Remove disposed channel clients from the client state.
## 5.0.0
- Included the changes from version [4.5.0](#450).