Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Wait for server to start up before forwarding requests #8

Closed
daisylb opened this issue Aug 30, 2013 · 1 comment
Closed

Wait for server to start up before forwarding requests #8

daisylb opened this issue Aug 30, 2013 · 1 comment
Labels
Milestone

Comments

@daisylb
Copy link
Owner

daisylb commented Aug 30, 2013

At the moment, we start up the server process and immediately start throwing requests at the designated port, often before it's had time to start up and actually bind to that port, resulting in ECONNREFUSED.

We need to check that the server has bound to a port before we complete the first request.

@daisylb
Copy link
Owner Author

daisylb commented Nov 7, 2013

Done.

@daisylb daisylb closed this as completed Nov 7, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant