TReKiE / msnp-sharp

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

ChangingTooRapdly problem with many query bind events #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The problem can be reproduced opening many conversations at the same time.

I have the necessity to send a message to all contacts as soon as they are
connected: if i send this message to all online contacts, to my logon on
the server, i receive the error: ChangingTooRapdly

I'm using the MSNPSharp's 2.5.5.863 version.

Additional information:

2009-02-18 12.49 :::: BindEvent(): Query binded with user1@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user2@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user3@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user4@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user5@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user6@hotmail.com !
2009-02-18 12.49 :::: setNickname('nullnull')
2009-02-18 12.49 :::: BindEvent(): Query binded with user7@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user8@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user9@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user10@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user11@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user12@hotmail.com !
2009-02-18 12.49 :::: BindEvent(): Query binded with user13@hotmail.com !
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly
2009-02-18 12.49 :::: BindEvent(): Query binded with user14@hotmail.com !
2009-02-18 12.49 :::: Nameserver_ServerErrorReceived(object sender,
MSNErrorEventArgs e)
2009-02-18 12.49 :::: ChangingTooRapdly

Original issue reported on code.google.com by masteri...@gmail.com on 18 Feb 2009 at 12:14

GoogleCodeExporter commented 9 years ago
Duplicate of issue 58. You just can't send text so fast because there is 
limitation
on MSN servers.

Original comment by hepha...@gmail.com on 18 Feb 2009 at 3:31