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 connections for multiple async datasources #73

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Fix connections for multiple async datasources #73

merged 2 commits into from
Mar 2, 2023

Conversation

iwysiu
Copy link
Contributor

@iwysiu iwysiu commented Mar 1, 2023

As described in the linked issue, the way that AsyncAWSDatasource is currently set up it overwrites the AsyncDB field with the most recently added Async data source. This changes it to a map, so that multiple async datasources can exist concurrently

Fixes #72

@iwysiu iwysiu added the bug Something isn't working label Mar 1, 2023
@iwysiu iwysiu requested a review from a team as a code owner March 1, 2023 20:48
Copy link
Contributor

@idastambuk idastambuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, tested it and can't reproduce the bug anymore

Copy link
Member

@fridgepoet fridgepoet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow nice!

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
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Multiple Async Datasources overwrite each other's connections
4 participants