Skip to content
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

don't ping on connection not "open" #50

Merged
merged 2 commits into from
Dec 20, 2017
Merged

don't ping on connection not "open" #50

merged 2 commits into from
Dec 20, 2017

Conversation

GMetaxakis
Copy link
Contributor

I believe it fixes #43 and #44

@mattqs mattqs merged commit 35984f4 into Quobject:master Dec 20, 2017
@@ -574,7 +574,7 @@ private void SetPing()
SetPing();
log2.Info("skipping Ping during upgrade");
}
else
else if(ReadyState == ReadyStateEnum.CLOSED)
{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't get it. Shouldn't this be "!=" instead of "=="

mattqs added a commit that referenced this pull request Jan 7, 2018
fix the issue that I created with #50
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.

Client ping fails with timeout despite receiving 'pong'
3 participants