Travix-International / Hystrix.Dotnet

A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
https://travix-international.github.io/Hystrix.Dotnet/
MIT License
95 stars 16 forks source link

Fix all the sample projects #13

Closed markvincze closed 7 years ago

markvincze commented 7 years ago

Addresses #12

markvincze commented 7 years ago

I fixed the namespace, but couldn't reproduce the hang, for me it works. What does it do, actually VS doesn't respond, or it keeps spinning the progress indicator?

HigorCesar commented 7 years ago

@markvincze I tried to clean and change the build configuration but I still can't run it. I think that it could be some machine configuration, as It is working for everyone else I would not spend more time debugging. Therefore your PR looks good to merge.

vshanging