TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Problem on the 2nd file transfer invoke by the peer #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add event TransferInvitationReceived
2. peer send file

What is the expected output? What do you see instead?
Can receive more than 1 files, but only the first file can trigger
transferinvitationreceived event

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
msnpsharp 2.57, windows 7, msn live messenger 2009

Please provide any additional information below.
Peer Send file#1 : Success
Peer send file#2..n : TransferInvitationReceived won't be triggered again

Original issue reported on code.google.com by devtony...@gmail.com on 15 Sep 2009 at 6:53

GoogleCodeExporter commented 9 years ago
if using e.TransferSession.StartDataTransfer(true) can accept more files, but 
seems
not more than 10 while e.TransferSession.StartDataTransfer(false) only can send 
1 file

Original comment by devtony...@gmail.com on 15 Sep 2009 at 7:00

GoogleCodeExporter commented 9 years ago
Everything is ok in our test, maybe this is m$'s service problem.

Original comment by freezing...@gmail.com on 16 Sep 2009 at 12:21

Attachments: