-
Notifications
You must be signed in to change notification settings - Fork 205
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
Script results sometimes do not show up #11007
Comments
Looking into this a bit more it seems like you can reproduce this more or less reliably if you try to do other stuff while the server is starting up. My suspicion is that something is off in ghcide wtr to how it handles cancellations and restarts and somewhere along the way the codelens request gets lost but I have not yet verified that. |
So here is a fairly useful log https://gist.github.com/cocreature/04734faeef09af452c7504c62eea0314 What you can see is the following:
|
I finally understand the issue. What is happening is the following:
As for fixing the issue, just dropping the async doesn’t work because that would mean cancel requests would have no effect. |
fixes #11007 changelog_begin changelog_end
fixes #11007 changelog_begin - [Daml Studio] Fix a bug where script results in Daml Studio sometimes do not show up. changelog_end
No description provided.
The text was updated successfully, but these errors were encountered: