xconnio/wick-ui

Clear subscribe events once the user unsubscribes

Closed this issue · 0 comments

Subscribe events are not being cleared once the user UnSubscribes. This results in showing events in different screens.

How to Reproduce:

  1. Start a router & register a procedure.
  2. Call the procedure multiple times.
  3. Now, UnSubscribe the procedure.

The events will still be there.