Skip to content

Commit f7bcd94

Browse files
tianzhouCopilot
andauthored
Update src/connectors/manager.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aa04d26 commit f7bcd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connectors/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class ConnectorManager {
7575

7676
/**
7777
* Ensure a source is connected (handles lazy connection on demand)
78-
* Safe to call multiple times - uses mutex to prevent race conditions
78+
* Safe to call multiple times - uses promise-based deduplication so concurrent calls share the same connection attempt
7979
*/
8080
async ensureConnected(sourceId?: string): Promise<void> {
8181
const id = sourceId || this.sourceIds[0];

0 commit comments

Comments
 (0)