in src/managers/epic-manager.ts [22:26]
public connect() { for (let i = 0; i < this.options.epics.length; i++) { this.createSubscription(i); } }