Skip to content

Conversation

yukiwongky
Copy link
Contributor

Before the change, the ConnectionTime is reported as MaxValue/1000 because the _closeTimestamp was not set properly. Further, calling RetrieveStatistics multiple times causes the ConnectionTime to increase exponentially because the total connection time was SafeAdded to the previously saves _connectionTime. The _connectionTime should be overwritten instead.

Before the change, when the connection is closed, the ClientConnectionId is set to empty and it's unavailable to the user. The new change allows the user to access the ClientConnectionId even after the connection is closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants