nitra icon indicating copy to clipboard operation
nitra copied to clipboard

[VS Plugin] Visual Studio freezes when synchronous request produces an exception

Open ssrmm opened this issue 8 years ago • 0 comments

Synchronous requests should either return a response that indicates that the operation was not successful or be made asynchronous. Currently the calling thread is seemingly just blocked indefinitely and VS freezes.

The specific error in this example was produced by opening a sub-hint in a Nemerle project and is fixed by #44.

demo

ssrmm avatar Jan 12 '17 14:01 ssrmm