Home › Forums › Support › Encryption require to set NetworkComms.DefaultSendReceiveOptions › Reply To: Encryption require to set NetworkComms.DefaultSendReceiveOptions
May 20, 2014 at 22:27
#2604
Anonymous
Inactive
Well…
“might be able to” Means you haven’t even checked?
Because
listener.AppendIncomingPacketHandler<string>("Kill all humans",
(header, con, customObject) =>
{
Console.WriteLine("\nReceived custom protobuf object from " + con);
}, options);
doesn’t work as well.