-
Notifications
You must be signed in to change notification settings - Fork 197
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
README outdated #96
Comments
They'll be a new release coming out in a few days. I'll address these concerns and close the issue at that time. Thanks for the input. |
Haha, okay. Looking forward to the new release. 😀 |
billabt
pushed a commit
that referenced
this issue
Oct 26, 2017
…issue #96. Also corrected some minor typos.
Fixed in version 0.12.75. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Complete Example, this line
create a an IPV6 socket.So try
telnet 127.0.0.1 1337
would not success. It would show:So change it to
.inet
or usetelnet ::1 1337
instead will be fine.And it seems that swift 4 doesn't support the use of
.Package(url: String, majorVersion: Int, minor: Int),
it will cause a compile error. It would be nicer if that be indicated in README.mdThe text was updated successfully, but these errors were encountered: