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

Direct connection could get stuck spinning in the Resources view if it isn't usable within 15sec #810

Closed
shouples opened this issue Dec 30, 2024 · 0 comments · Fixed by #814
Assignees

Comments

@shouples
Copy link
Contributor

shouples commented Dec 30, 2024

We should probably fire the connectionUsable emitter here

if (!connection) {
const msg = `Connection ${id} did not become usable within ${timeoutMs}ms`;
logger.error(msg);
throw new Error(msg);
}

@shouples shouples self-assigned this Dec 30, 2024
@shouples shouples changed the title Direct connection could get stuck spinning in the Resources view if it isn't usable within 15secc Direct connection could get stuck spinning in the Resources view if it isn't usable within 15sec Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant