Home Forums Support There are some errors ExamplesWPFFileTransfer demo Reply To: There are some errors ExamplesWPFFileTransfer demo

#2625
Anonymous
Inactive

Hello
Thanks.
1. not 100%. but when the file is 1k,almost 30%.
2. I tested several times。 I meet the condition when the file size is 1K,20K
3. such as the file size is 35112 . the received file size is 35000.

4、in MainWindow.xaml,If i set sendChunkSizeBytes = 500000000 ;
It almost ok.

5、 I guess when i send data use
connection.SendObject(“PartialFileData”, streamWrapper, customOptions, out packetSequenceNumber);

if the streamwrapper’s data too small,will lead some mistake.

6、in log file ,I didn’t find any related message.

best regards