Timeout while waiting for response. Method: csharp/metadata
See original GitHub issueFirst of all, thanks so much for this amazing hack! I’ve been using it for a few weeks now.
This timeout happens when using lsp-ui-peek-find-definitions
to go into a metadata file but it doesn’t happen on regular lsp-find-definition
. Other than the error itself, Emacs also hangs. It seems I can mash C-g to get out of a little earlier.
I’m more than happy to blame something in my config, but I haven’t been able to find a workaround so far. Do you have any clues?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
c# - Timeout while waiting for response in request- ...
I am trying to setup request-response pattern with MassTransit and RabbitMq. Request is delivered to the consumer, RespondAsync succeeds but ...
Read more >Timeout while waiting for response Method: textDocument ...
My setup is: macos m1 emacs/doom (28.2) haskell-language-server version: 1.9.1.0 (GHC: 9.2.5) I have the following logs but can't quite work ...
Read more >Your One-Stop Solution To Learn C# Wait From Scratch
A timeout is a negative number other than -1 milliseconds, representing an infinite timeout that exceeds MaxValue. AggregateException. The ...
Read more >How to resolve timeouts when executing ... - OrangeGecko
When you try to execute RetrieveAllEntitiesRequest to retrieve metadata for all ... timed out while waiting for a reply after 00:01:59.7655710.
Read more >Timeout expired messages when connecting to SQL Server
A timeout error means that a certain operation takes longer than needed. The client application stops the operation (instead of waiting ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was on 0.1.3 and I could reproduce it just now. After updating to 0.1.4 it has fixed it completely in my test setup. It also works smoothly in my work projects too. Magic! Thanks so much!
To answer your questions anyway:
*lsp-log*
had no errors or stack traces. It looked pretty innocuous to me*Messages*
only showed the error in the title of this issue:Timeout while waiting for response. Method: csharp/metadata
Really appreciate the update and trying so hard to reproduce it.
I have also released a newer version with updated roslyn libs, so maybe that helps but most probably not…