-
Notifications
You must be signed in to change notification settings - Fork 152
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
Force dotnet if running on mono #247
Force dotnet if running on mono #247
Conversation
d8dc061
to
10476bb
Compare
Codecov Report
@@ Coverage Diff @@
## master #247 +/- ##
==========================================
- Coverage 87.27% 87.08% -0.19%
==========================================
Files 180 180
Lines 11394 11386 -8
==========================================
- Hits 9944 9916 -28
- Misses 1207 1227 +20
Partials 243 243
|
5d37578
to
09c0abc
Compare
new HashSet<Peer> { null, b.AsPeer, c.AsPeer }, | ||
peers.ToHashSet()); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Swarm
is not going to be used as an ICollection
anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try to do so. would it be better to handle this issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I think it would be better to handle this in another PR.
09c0abc
to
3b44a66
Compare
3b44a66
to
e5938ce
Compare
It still appears intermittently failing, but seems to be more stabilized than before. PTAL @earlbread @dahlia |
…netarium#247) * INTERNAL: update configmap-versions.yaml * INTERNAL: update kustomization.yaml
AsyncIO.ForceDotNet.Force()
to enforce using sockets in .NET, not Windows native.Swarm.Add()
usages.ArgumentOutOfRangeException
that occurred when requesting a hash whenBlockChain <T>
was empty.