Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when stopping WebServer #21

Open
philjpearson opened this issue Jul 21, 2015 · 3 comments
Open

Exception when stopping WebServer #21

philjpearson opened this issue Jul 21, 2015 · 3 comments

Comments

@philjpearson
Copy link

When you stop an instance of HttpServer an exception is thrown on another thread:

Message: An unhandled exception of type 'System.ObjectDisposedException' occurred in System.dll
Additional information: Cannot access a disposed object.
Griffin.Core.dll!Griffin.Net.ChannelTcpListener.OnAcceptSocket(System.IAsyncResult ar) Line 213 C#
@PhonicUK
Copy link

Are you using the version from nuget, or a version compiled from the latest version of this repo?

@philjpearson
Copy link
Author

I am using Version 0.5.1.0 from NuGet.

@PhonicUK
Copy link

Try building the latest version from the repo (building Griffin.Framework too). One of the fixes I wrote a while ago should fix this problem as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants