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

Open Default Socket #3

Open
adkron opened this issue Dec 6, 2012 · 3 comments
Open

Open Default Socket #3

adkron opened this issue Dec 6, 2012 · 3 comments

Comments

@adkron
Copy link
Contributor

adkron commented Dec 6, 2012

Open a default socket on port 6667

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
@adkron
Copy link
Contributor Author

adkron commented Dec 21, 2012

@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.

@adkron
Copy link
Contributor Author

adkron commented Dec 21, 2012

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
@adkron
Copy link
Contributor Author

adkron commented Dec 21, 2012

force push, oh yeah

@ghost ghost assigned adkron May 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant