Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Nuclei.Communication: Discovery process should be based on a URI only #10

Closed
pvandervelde opened this issue Dec 29, 2013 · 1 comment
Closed
Milestone

Comments

@pvandervelde
Copy link
Member

The discovery process currently requires the URI, the channel type and the endpoint ID. This limits the communication capabilities because in order allow the handshake process to start you first have to figure out what the endpoint ID is (which is based on the machine name and the PID). If the discovery would only provide a URI then the handshake process could determine the remaining information.

This would:

  • Make the discovery process both simpler and more robust
  • Allow more different discovery methods
  • Separate the discovery layer from the protocol layer.
@pvandervelde
Copy link
Member Author

Fixed in 0.7.2.0 (commits related to #3)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant