markvincze / Stubbery

Library for creating Api stubs in .NET. https://markvincze.github.io/Stubbery/
MIT License
74 stars 14 forks source link

Fix connection hanging on linux #5

Closed lucaslorentz closed 7 years ago

lucaslorentz commented 7 years ago

Our integration tests use Stubbery and they are very flaky on linux because connections hangs from time to time.

After some investigation, I realized it is much more stable if the request body is fully read by Stubbery.

markvincze commented 7 years ago

Great job, thanks for the fix! 👍 Can you also bump the version number in Stubbery.csproj to 1.2.6?

lucaslorentz commented 7 years ago

Version bumped. I can squash commits or rebase (instead of merge) if you want.