Skip to content

Conversation

@mscolnick
Copy link
Contributor

Added a new ReconnectingWebSocketTransport class to manage WebSocket connections with automatic reconnection capabilities. This can happen whenever a computer goes to sleep

Fixes #6903

…bSocket handling

Added a new ReconnectingWebSocketTransport class to manage WebSocket connections with automatic reconnection capabilities. This can happen whenever a computer goes to sleep

Fixes #6903
@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Oct 23, 2025 10:07pm

Copy link
Collaborator

@dmadisetti dmadisetti left a comment

Choose a reason for hiding this comment

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

Do we want to hold off on disabling pylsp? Seems like this might fix it in certain cases

@akshayka
Copy link
Contributor

Do we want to hold off on disabling pylsp? Seems like this might fix it in certain cases

We can disable (to immediately solve the issue at hand) and re-eanble if this fixes it later

@mscolnick mscolnick merged commit 4255117 into main Oct 24, 2025
26 checks passed
@mscolnick mscolnick deleted the ms/reconecting-lsp branch October 24, 2025 00:42
@dmadisetti dmadisetti added the enhancement New feature or request label Oct 24, 2025
mscolnick added a commit that referenced this pull request Oct 29, 2025
Closes #6903 again

This is a followup from #6909.
This appeared to work, but only in development. We need to explicitly
call `client.initialize()` again (in development this was refresh and
automatically called)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

intellisense does not work in macOs after sleep

4 participants