-
Notifications
You must be signed in to change notification settings - Fork 86
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
[commandline] servers seem not to block waiting for connections #85
Comments
This wouldn't be that old clock issue that you discovered would it? If so, since there is now a fixed version available, we should definitely add a constraint to leave out the offending versions. |
👍 for some constraints than exclude (clock >= 0.5.2 && < 0.7). I don't think that is the issue here though. My clock is at v0.5.1. |
Just thinking about this a little more...does the issue happen on the master branch? That could help in tracking it down. |
The same simple program |
Does the test suite pass on the commandline branch? Based on the nature of your report here, I would hope the test suite is failing. |
Snap testsuite:I had to update the test suite a little to match the new types in commandline. Testsuite fails many of the hspec cases with snap-server testsuite:commandline branch: all green! (second file in this gist |
@sopvop Thanks for the lead. Based on that, I tried explicitly setting the default port here to Hmm. |
I'm working on the commandline branch. A simple example server such as the one below prints the typical snap startup info to stdout, and then the process immediately ends without writing anything to access.log or error.log:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: