TReKiE / msnp-sharp

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

NudgeReceived event not working in version 3.0.2.1650 #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. You will need access to 2 accounts. Each account must have the other account 
in it's contact list.
2. Run the example client and sign in with the first account as 
available/busy/away.
3. Now sign in with the second account from another msn client such as the 
official client
4. Try to send a nudge from the second account (official client) to the first 
account (example client)

What is the expected output? What do you see instead?
The example client doesn's receive the nudge. Actually PrintNudge function is 
never called as it seems that the NudgeReceived event is never fired. That is 
the case and with my project. The NudgeReceived event stopped working with the 
new release.

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
I use MSNPSharp 3.0.2.1650 running on .NET on Windows 7.

Is your code check out from SVN or download from our download site?
Download site.

Original issue reported on code.google.com by kernel...@gmail.com on 19 Jul 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Cannot reproduce your problem. I download the file and test it with my account, 
a new conversation window shows and the nudge was printed. The file attatched 
is my trace log.

Original comment by freezing...@gmail.com on 20 Jul 2010 at 6:56

Attachments:

GoogleCodeExporter commented 9 years ago
You are right. My mistake because i wrote 3.0.2.1650 while the problem appears 
in version 3.1.2 Beta (coding all the day -> silly mistakes at the end of the 
day :p). This is a beta so such problems are expected.

Actually in 3.1.2 beta when trying to nudge from another account, an exception 
is thrown from the SBMessageProcessor. By looking in the traceform you can see 
this

SBMessageProcessor: System.ArgumentOutOfRangeException: Index was out of range. 
Must be non-negative and less than the size of the collection.
Parameter name: index

Thank you and keep up the good work!

Original comment by kernel...@gmail.com on 21 Jul 2010 at 7:12

GoogleCodeExporter commented 9 years ago
Thanks for your testing! I will try to fix that bug in 312 beta. Actually the 
3.1 release is soon coming.

Good luck.

Original comment by freezing...@gmail.com on 21 Jul 2010 at 8:55