Home Forums Support input .lzma is too short Reply To: input .lzma is too short

#2666
Anonymous
Inactive

I already fix it. The example is wrong in this line:

CustomObject myCustomObject = serverConnection.SendReceiveObject<CustomObject>
("RequestCustomObject", "CustomObjectReply", 1000);

Is missing the 4th parameter:

CustomObject myCustomObject = serverConnection.SendReceiveObject<CustomObject>
("RequestCustomObject", "CustomObjectReply", 1000, DATA_YOU_WANT_SEND);
  • This reply was modified 10 years, 2 months ago by .