Crash-m / thelastripper

Automatically exported from code.google.com/p/thelastripper
0 stars 0 forks source link

LastManager.Stream.AcceptCallback fails with InvalidOperationException #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
File: LastManager.Stream.cs
Method: AcceptCallback(IAsyncResult ar)
Command: Socket handler = server.EndAccept(ar);

Method EndAccept may fail with an 
System.InvalidOperationException and/or System.Net.Sockets.SocketException.
You need to add it into the try/catch

Just happened, sorry for not saving the whole message/exception

Original issue reported on code.google.com by strubi...@googlemail.com on 22 Mar 2009 at 3:26

GoogleCodeExporter commented 8 years ago
This is probably similar to issue 153.

I'm just wondering why we've first started seeing these exceptions now... And 
lot a
lot earlier... Also they don't happen on Linux, at least to in my experience...

Original comment by jopsen@gmail.com on 22 Mar 2009 at 7:21

GoogleCodeExporter commented 8 years ago
Maybe LastFM changed anything, causing LastFM caused issues?
Well, I'd guess that it can easily fixed by error handling with a retry. 
Whenever I
re-connected, it worked for the next hours.

Original comment by strubi...@googlemail.com on 22 Mar 2009 at 7:26