Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Crash when browsing a site hosted in Pretzel taste #102

Closed
tathamoddie opened this issue May 11, 2012 · 1 comment
Closed

Crash when browsing a site hosted in Pretzel taste #102

tathamoddie opened this issue May 11, 2012 · 1 comment
Labels

Comments

@tathamoddie
Copy link
Contributor

System.InvalidOperationException was unhandled
HResult=-2146233079
Message="An asynchronous socket operation is already in progress using this SocketAsyncEventArgs instance.";
Source=System
StackTrace:
at System.Net.Sockets.SocketAsyncEventArgs.StartOperationCommon(Socket socket)
at System.Net.Sockets.Socket.ReceiveAsync(SocketAsyncEventArgs e)
at Firefly.Utils.SocketWrapper.ReceiveAsync(SocketAsyncEventArgs e) in :line 0
at Firefly.Http.Connection.Go(Boolean newFrame) in :line 0
at Firefly.Http.Connection.b__13(Object _) in :line 0
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
InnerException:

@laedit
Copy link
Member

laedit commented Feb 9, 2016

Fixed by #298.

@laedit laedit closed this as completed Feb 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants