Re: Interacting with other peers

2024-02-27 Thread Schanzenbach, Martin
Yes, you can use the MQ from the ConnectEventHandler to send a message to the connected peer (s). You know that you have to throw the peer/MQ away when the DisconnectEventHandler is called. BR Martin On 27.02.24 11:39, Andrei Ușurelu wrote: By using the CORE service I mean fetching each peer

Re: Interacting with other peers

2024-02-27 Thread Andrei Ușurelu
By using the CORE service I mean fetching each peer identity and storing it internally in a list in case there's no way to multicast a message to all known peers. I was wondering if the message queue received in connects() correlates with the remote peer that just connected or with the current peer