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

README outdated #96

Closed
chunchiehy opened this issue Oct 23, 2017 · 3 comments
Closed

README outdated #96

chunchiehy opened this issue Oct 23, 2017 · 3 comments

Comments

@chunchiehy
Copy link

In Complete Example, this line

try self.listenSocket = Socket.create(family: .inet6)

create a an IPV6 socket.So try telnet 127.0.0.1 1337 would not success. It would show:

Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

So change it to .inet or use telnet ::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.md

@billabt
Copy link
Collaborator

billabt commented Oct 23, 2017

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.

@chunchiehy
Copy link
Author

Haha, okay. Looking forward to the new release. 😀

billabt pushed a commit that referenced this issue Oct 26, 2017
@billabt
Copy link
Collaborator

billabt commented Oct 26, 2017

Fixed in version 0.12.75.

@billabt billabt closed this as completed Oct 26, 2017
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

No branches or pull requests

2 participants