Skip to content
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

Cancellation token not passed to server instance in .NET Core 2 #145

Merged
merged 1 commit into from
May 28, 2018

Conversation

Bob11327
Copy link
Contributor

Fix code for .NET Core 2 so that server has cancellation token, and Stop method waits for shutdown. This resolves issues when using .NET Core 2 and starting/stopping server instances.

…top method waits for shutdown. This resolves issues when using .NET Core 2 and starting/stopping server instances.
@codecov
Copy link

codecov bot commented May 28, 2018

Codecov Report

Merging #145 into master will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
- Coverage   67.79%   67.78%   -0.02%     
==========================================
  Files          80       80              
  Lines        2931     2933       +2     
  Branches      394      395       +1     
==========================================
+ Hits         1987     1988       +1     
  Misses        727      727              
- Partials      217      218       +1
Impacted Files Coverage Δ
src/WireMock.Net/Server/FluentMockServer.cs 50.4% <33.33%> (-0.01%) ⬇️

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 dc39f91...c88735e. Read the comment docs.

@StefH StefH self-requested a review May 28, 2018 06:21
@StefH StefH added the bug label May 28, 2018
Copy link
Collaborator

@StefH StefH left a comment

Choose a reason for hiding this comment

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

Thanks!

@StefH StefH merged commit 297743a into WireMock-Net:master May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants