Clear subscribe events once the user unsubscribes
Closed this issue · 0 comments
Mahad-10 commented
Subscribe events are not being cleared once the user UnSubscribes. This results in showing events in different screens.
How to Reproduce:
- Start a router & register a procedure.
- Call the procedure multiple times.
- Now, UnSubscribe the procedure.
The events will still be there.