-
Notifications
You must be signed in to change notification settings - Fork 594
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
Convert timeouts and other time intervals to TimeSpan #688
Conversation
40d65b7
to
af945ac
Compare
var heartbeat = (ushort)NegotiatedMaxValue(m_factory.RequestedHeartbeat, | ||
connectionTune.m_heartbeat); | ||
Heartbeat = heartbeat; | ||
TimeSpan requestedHeartbeat = m_factory.RequestedHeartbeat; // TODO LRB |
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.
What is left to do here @lukebakken?
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.
Probably nothing, I'm wrapping this up today.
This looks good and passes all tests but there is a |
93b1a68
to
f25ea2d
Compare
Fixes #646