you show here howto send costum objects:
Custom Objects
NetworkComms.SendObject("Message", "127.0.0.1", 10000, myCustomObject);
but not how to receive them correctly on a incomming connection >.<
And I dont rly get whatfor the first param ist O_o means ‘”Message”‘ do I need exactly the same string
for receiving ? and what would be a correct receiving ?