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

fix RPC for AWS provider #13

Merged
merged 1 commit into from
Apr 26, 2022
Merged

fix RPC for AWS provider #13

merged 1 commit into from
Apr 26, 2022

Conversation

thrau
Copy link
Owner

@thrau thrau commented Apr 26, 2022

simple change in the DefaultStubMethod to deal with scenarios where multi=False and publish returning None. We now make the implicit assumption that there is only one subscriber (=remote object) if None is returned, which fixes the generalization, but may lead to abandoned queues and items in the queues if another remote object writes into the response queue.

also adds some minor changes to make it work and fix the RPC tests for the AWS provider.

@thrau thrau merged commit c89ccb2 into master Apr 26, 2022
@thrau thrau deleted the fix-aws-rpc branch April 26, 2022 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant