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

Various bugfixes #46

Merged
merged 2 commits into from
Feb 4, 2024
Merged

Various bugfixes #46

merged 2 commits into from
Feb 4, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Feb 2, 2024

The + Send change is a fix for a bug introduced by #43
It actually broke our public interface by changing the type of the future that is created by the async method create_security_group as well as its caller and its caller and its caller...
Finally resulting in this very weird error in the users application if they expect the future to be Sync. (which we do)
image

The rest are bugs introduced by #41 from poor testing on my part.
They can be reproduced by running the aws-throwaway-test-multiple-instances.rs example which I originally neglected to do.

@rukai rukai requested a review from conorbros February 2, 2024 05:17
@conorbros conorbros merged commit 15188a6 into shotover:main Feb 4, 2024
3 checks passed
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.

3 participants