Skip to content
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

Cargo delivery: Subsequent cargoes may not be delivered if the iterable isn't quick enough #243

Open
gnarea opened this issue Aug 20, 2021 · 1 comment
Labels
bug Something isn't working
Projects

Comments

@gnarea
Copy link
Member

gnarea commented Aug 20, 2021

We're currently ending the connection when all deliveries have been acknowledged, without checking if all cargoes were sent:

if (Object.getOwnPropertyNames(pendingAckIds).length === 0) {
break;
}

@gnarea gnarea added the bug Something isn't working label Aug 20, 2021
@gnarea gnarea added this to To do in Maintenance via automation Oct 28, 2021
@gnarea
Copy link
Member Author

gnarea commented Dec 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

1 participant