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

Multiplexed connection proxies don't check that a factory identifier is valid #4

Open
lvh opened this issue Dec 27, 2013 · 0 comments

Comments

@lvh
Copy link
Owner

lvh commented Dec 27, 2013

When you start listening with a ProxyingFactory using a bogus identifier, you'll only know that the identifier is bogus

There are two possible solutions to this issue:

  • Open a connection; if it succeeds, immediately close it. Unfortunately, this may have unintended side effects.
  • Add a command that checks if a given factory exists.
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