Skip to content

Instantly share code, notes, and snippets.

@garuma
Created February 6, 2012 10:41
Show Gist options
  • Save garuma/1751406 to your computer and use it in GitHub Desktop.
Save garuma/1751406 to your computer and use it in GitHub Desktop.
phoenix ~/Projects/SignalR/SignalR.Hosting.Self.Samples/bin/Debug on master(9d8cb9e)
Debug:master! % mono --debug SignalR.Hosting.Self.Samples.exe
Server running on http://localhost:40476/
Incoming request to http://localhost:40476/signalr/negotiate.
Incoming request to http://localhost:40476/signalr/connect?transport=serverSentEvents&connectionId=3b83c086-7977-4b7e-a85a-408e7aac8cb1&messageId=&groups=[]&connectionData=[{"Name":"SignalR.Samples.Hubs.DemoHub.DemoHub","Methods":["invoke"]}].
One or more errors occured
/home/jeremie/Projects/SignalR/SignalR.Hosting.Self.Samples/bin/Debug/SignalR.Hosting.Self.dll Error : 0 : SignalR exception thrown by Task: System.AggregateException: One or more errors occured ---> System.ObjectDisposedException: The object was used after being disposed.
at System.Net.ResponseStream.EndWrite (IAsyncResult ares) [0x00093] in /home/jeremie/mono/mono/mcs/class/System/System.Net/ResponseStream.cs:211
at SignalR.Hosting.Self.Infrastructure.ResponseExtensions+<WriteAsync>c__AnonStorey13.<>m__22 (IAsyncResult ar) [0x00000] in /home/jeremie/Projects/SignalR/SignalR.Hosting.Self/Infrastructure/ResponseExtensions.cs:32
at System.Threading.Tasks.TaskFactory+<FromAsync>c__AnonStorey1C.<>m__23 (IAsyncResult l) [0x00000] in /home/jeremie/mono/mono/mcs/class/corlib/System.Threading.Tasks/TaskFactory.cs:547
at System.Threading.Tasks.TaskFactory`1[System.Object].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
--> (Inner exception 0) System.ObjectDisposedException: The object was used after being disposed.
at System.Net.ResponseStream.EndWrite (IAsyncResult ares) [0x00093] in /home/jeremie/mono/mono/mcs/class/System/System.Net/ResponseStream.cs:211
at SignalR.Hosting.Self.Infrastructure.ResponseExtensions+<WriteAsync>c__AnonStorey13.<>m__22 (IAsyncResult ar) [0x00000] in /home/jeremie/Projects/SignalR/SignalR.Hosting.Self/Infrastructure/ResponseExtensions.cs:32
at System.Threading.Tasks.TaskFactory+<FromAsync>c__AnonStorey1C.<>m__23 (IAsyncResult l) [0x00000] in /home/jeremie/mono/mono/mcs/class/corlib/System.Threading.Tasks/TaskFactory.cs:547
at System.Threading.Tasks.TaskFactory`1[System.Object].InnerInvoke (System.Threading.Tasks.TaskCompletionSource`1 tcs, System.Func`2 endMethod, IAsyncResult l) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment