-
Notifications
You must be signed in to change notification settings - Fork 3
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
Open Default Socket #3
Labels
Milestone
Comments
adkron
added a commit
that referenced
this issue
Dec 21, 2012
The object is printed by main and has a default port of 6667. In order to create a server with a new port you must do the following: ```haskell myServer = server{ port = 6665 } ``` issue #3 Amos & Dave
adkron
added a commit
that referenced
this issue
Dec 21, 2012
When connecting to the server it send "Hi" and then closes the connection. We thought this could be a good starting point. issue #3 Dave & Amos
@oferrigni and @bbutton, @dmccown and I weren't sure how to test this. @oferrigni I think it would be good if you want to try and figure out how to check ports with quickCheck. |
This also fails the travis build. We think it may be trying to start the server and then timing out. |
adkron
added a commit
that referenced
this issue
Dec 21, 2012
When connecting to the server it send "Hi" and then closes the connection. We thought this could be a good starting point. issue #3 Dave & Amos
force push, oh yeah |
ghost
assigned adkron
May 10, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open a default socket on port 6667
The text was updated successfully, but these errors were encountered: