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

Closing socket correctly. #310

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DennisLemmers
Copy link

@DennisLemmers DennisLemmers commented Apr 19, 2018

Update:
According to chapter 10.1.3 of part 6 of the specification, the format of the Guid identifier should be:

<Data1>-<Data2>-<Data3>-<Data4[0:1]>-<Data4[2:7]>

instead of:

<Data1>-<Data2>-<Data3>-<Data4[0:7]>

Added a fix for this issue: #296
It removes the message "Failed to close socket connection. Transport endpoint is not connected" and it allows one to repeatedly use client.Connect() and client.Disconnect() since the sockets gets closed correctly now.

@craigh92
Copy link

Is this ready to be Merged? I am also having the same issue as #296

@ralf1070
Copy link
Contributor

hope full fixed with latest commit - please check

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.

3 participants