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

CB-5933 Connection state is not synchronized with other resources triggering connection state #3119

Merged
merged 18 commits into from
Dec 12, 2024

Conversation

sergeyteleshev
Copy link
Contributor

No description provided.

Comment on lines 175 to 179
const metadata = this.metadata.get(key);

if (metadata?.connecting) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

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

please use isConnecting (you then can make only one if)

Comment on lines 197 to 201
const metadata = this.metadata.get(key);

if (metadata?.connecting) {
return;
}
Copy link
Member

Choose a reason for hiding this comment

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

same here

@sergeyteleshev sergeyteleshev requested a review from Wroud December 6, 2024 14:37
@yagudin10 yagudin10 marked this pull request as ready for review December 12, 2024 10:18
@yagudin10 yagudin10 merged commit 6830e34 into devel Dec 12, 2024
7 of 9 checks passed
@yagudin10 yagudin10 deleted the CB-5933-sync-datasource-connection branch December 12, 2024 10:27
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.

5 participants