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 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.
În mar., 27 feb. 2024 la 12:28, Andrei Ușurelu
<andreiuusurel...@gmail.com> a scris:
Good day! I have a question, how would I be able to multicast a message from
one peer to the rest of the peers using the CORE service?