MyCryptoHQ/shepherd

Subscribe action duplication for calls in channel implementation

HenryNguyen5 opened this issue · 0 comments

Because of #28, it's easy to duplicate subscription actions to the same call, https://github.com/MyCryptoHQ/shepherd/blob/master/src/saga/channels/base.ts#L34 leading to a single call having many duplicate listeners on it.