J
Jon Skeet [C# MVP]
Our app has blown up with the following exception (despite catch
clauses in all "our" threads) when resuming from hibernation. I assume
(from the stacktrace) that it was in the middle of sending a request
when it went wrong.
Any suggestions as to how to rectify this?
Client.exe
ObjectDisposedException
System.Net.Sockets.Socket
Socket::throwIfDisposed+0x19
Socket:oll+0x6
Connection::sendRequest+0x26
WorkItem::doWork+0x36
Timer::ring+0x59
clauses in all "our" threads) when resuming from hibernation. I assume
(from the stacktrace) that it was in the middle of sending a request
when it went wrong.
Any suggestions as to how to rectify this?
Client.exe
ObjectDisposedException
System.Net.Sockets.Socket
Socket::throwIfDisposed+0x19
Socket:oll+0x6
Connection::sendRequest+0x26
WorkItem::doWork+0x36
Timer::ring+0x59