-
Notifications
You must be signed in to change notification settings - Fork 31
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
Initial/simple handling of Server notifications/requests #26
Conversation
IndianBoy42
commented
Jun 9, 2023
- log::trace more messages
- Naive handling of server requests
Should work for one client connected at a time Needs auditing of what server requests may exist and how they should be handled for multiple clients. Currently we just only forward the first result
I've been using this for rust programming for the last week and it is correctly getting all my configuration and hasn't crashed otherwise. To be fair I am not really multiplexing and just using it to make restarting my editor faster. |
Fixes #15 |
Thank you for your work! It seems to work well, but there is one little issue: it does not react to the changes in editor's configuration until ra-multiplex is fully restarted and with multiple projects opened. |
Hmm thats pretty strange, on my machine I see all the configuration messages/requests/responses going through correctly, and a simple testing with trying to change between |