I should be able to cancel replication without triggering multipleResolves. Or at least this is what I think because according with node.js docs this could be a bug or not.
This is useful for tracking potential errors in an application while using the Promise constructor, as multiple resolutions are silently swallowed. However, the occurrence of this event does not necessarily indicate an error.
Expected Behavior
I should be able to cancel replication without triggering multipleResolves. Or at least this is what I think because according with node.js docs this could be a bug or not.
Current Behavior
Everytime I cancel a replication I trigger a couple of rejects.
Possible Solution
Not sure because this might be more of an axios issue. But using an abort controller might be a solution.
Steps to Reproduce (for bugs)
Context
I can not tell if I'm having an error I should care or not.
Your Environment