-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a very simple loop based outgoingEnqueueCombi base #9
Conversation
index.js
Outdated
if (count === subs.length && !errord) { | ||
cb() | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be pretty hot. Can you use fastparallel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only for persistences that don't override outgoingEnqueueCombi ! BUT for sure :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like this to stay on par with what we had in aedes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it look good now @mcollina ?
I've just noticed that there are no test for |
Sure, I should update aedes-persistence tests |
The tests added in aedes-persistence 5.0.1 fails here, I can't release. |
let me check it |
I was trying to use aedes' fastparallel instance! However I think I should create one here |
No description provided.