Skip to content

Conversation

david-driscoll
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 29, 2018

Codecov Report

Merging #63 into master will decrease coverage by 0.12%.
The diff coverage is 63.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   70.27%   70.14%   -0.13%     
==========================================
  Files         211      212       +1     
  Lines        2200     2241      +41     
==========================================
+ Hits         1546     1572      +26     
- Misses        654      669      +15
Impacted Files Coverage Δ
src/Protocol/TimeLoggerExtensions.cs 57.14% <57.14%> (ø)
src/Server/LspRequestRouter.cs 72.72% <67.44%> (+3.97%) ⬆️
src/JsonRpc/ProcessScheduler.cs 87.27% <0%> (-3.64%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0fef034...2d46bd8. Read the comment docs.

return new InvalidParams(request.Id);
}

var result = ReflectionRequestHandlers.HandleRequest(descriptor, @params, cts.Token).ConfigureAwait(false);
Copy link
Member Author

Choose a reason for hiding this comment

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

This ConfigureAwait was the culprit.

@david-driscoll david-driscoll merged commit bbbb6ec into master Jan 29, 2018
@david-driscoll david-driscoll deleted the fix/init branch June 2, 2020 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant