-
Notifications
You must be signed in to change notification settings - Fork 174
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
UUID #526
Comments
No as it's used to identify a peer by all other nodes, so it would become a bit messy. What's your use case? |
i have central database holds peers ,i could use the name as identifier however i wanted to see if it was doable . |
You could set a custom identifier in the headers which are provided by each
ENTER messages.
Am 11.03.2017 22:28 schrieb "MK" <notifications@github.com>:
… i have central database holds peers ,i could use the name as identifier
however i wanted to see if it was doable .
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#526 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAeGuqEZqoWahW7JCQeM5SN3m_tlz7V4ks5rkxHtgaJpZM4MaVW9>
.
|
yes i think it is right way to go |
Cool. Closing now since it's solved. |
fwiw, i've tried something like this in the past- the lesson learned? don't try to track/set uuid's. it just gets messy. we ended up using the HEADER for something like that. seemed to work ok. we augmented it a little with a local routing table in the peer that held node names (which i think may have been overkill, but we were learning the framework and messing around a bit). |
sure it does 👍 thank you very much ..
|
no, actors (and zmq sockets) must not be passed among threads |
can you point me to two way communication sample between threads ? please |
a zmq socket of type ZMQ_PAIR and endpoint inproc:// |
hello
is it possible to set uuid at runtime ?
thanks
The text was updated successfully, but these errors were encountered: