Hello,
I am having some troubles trying to figure out how the Gossipers should work in respect to the Stop method. I want to be sure that I got the correct sense of the method.
Let's suppose that there are 3 gossipers g1, g2 and g3. g2 calls the Stop method. Hence he has to send a StopMessage to all his known peers and after that he can close the UDP socket he had opened for communication. Is that right?
Moreover should g1 and g3 keep track of the status of g2? If g1 knows g2 and g3 and he wants to send a GossipMessage, he will have to send it just to g3?
Thanks in advance!