When the connection is made, I use the GUID to manage the socket
I am looking for a socket to a GUID, dissconnection , I want to transfer the data to match Guid Socket.
The data that is returned from AppendGlobalConnectionEstablishHandler
Of (Connections.Connection)
return GUID value is set to all … 0000-0000-0000. , AAAAAA-AAAAAA-AAAAA….
1.
Each connected socket How do I make this setting GUID value?
2.
How do I find a socket to GUID, I want to transfer the data?
3.
How do I find the GUID socket to disconnect the socket?
Thanks.