GoogleCodeArchive / msnp-sharp

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

RateLimitExceeded during conversation #322

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How can I resolve the RateLimitExceeded during conversation, I tried to 
ignore this error, but some messages have been losted.

I test in All MSNP21 under the VS2010 .Net 2.0
The Code is downloaded from code.Google.com

Original issue reported on code.google.com by lkervin.romeford@gmail.com on 13 Mar 2012 at 7:47

GoogleCodeExporter commented 9 years ago
"but some messages have been losted"
You mean text messages or p2p data messages?

Original comment by freezing...@gmail.com on 30 Mar 2012 at 6:42

GoogleCodeExporter commented 9 years ago
After I typed about 20 to 30 messages the error will prompt then the typed 
messages will not be delivered. 

And the error will keep prompt even typing. 

Original comment by lkervin.romeford@gmail.com on 30 Mar 2012 at 1:31

GoogleCodeExporter commented 9 years ago
If you are using code from example client, please don't send the typing message 
every time when keypress event triggers. Please try to check out r5a1cd7c5c893 
and see if this has been fixed.

Original comment by freezing...@gmail.com on 30 Mar 2012 at 11:49

GoogleCodeExporter commented 9 years ago
In one word, MSN servers don't allow you sending message too fast. Is is not a 
bug for MSNPSharp, but a rule you need to remember.

Original comment by freezing...@gmail.com on 30 Mar 2012 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by freezing...@gmail.com on 31 Mar 2012 at 12:00