-
Notifications
You must be signed in to change notification settings - Fork 13
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
Eager listener init #405
Eager listener init #405
Conversation
The listener injection is not used and collides with the followup changes.
5ac4afa
to
9f348bd
Compare
I don't like that there is more the one subject which closes the listener i.e. |
How about documenting that one needs to close the Proxy once created? |
It's needed in case of martian so that it stop listening, it is indeed wrong. |
This moves network address availability from runtime to initialization / creation. With that it's not possible to create two servers with the same address. This is better for error reporting. If runctx is used we can fail fast if we know we will not be able to start listener.
Added comments. |
I'm wondering if we could add |
This moves network address availability from runtime to initialization / creation.
9f348bd
to
995b769
Compare
Done. |
No description provided.