You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#
The text was updated successfully, but these errors were encountered:
When you stop an instance of HttpServer an exception is thrown on another thread:
The text was updated successfully, but these errors were encountered: