SocketIO4Netを使用してC#でSocket.IOに接続していますが、クライアントにオブジェクトを発行しようとすると、C#アプリケーションが突然閉じられます(MVC3プロジェクトがあります)
イベントビューアを読みましたが、3つのエラーがあります。
1)
A Webhost unhandled exception occurred.
Sender Information: System.AppDomain/26995560
Exception: System.Runtime.FatalException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
2)
An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/2/ROOT
Process ID: 3696
Exception: System.Runtime.FatalException
Message: Object reference not set to an instance of an object.
3)
Application: w3wp.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.FatalException
Stack:
at System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame(UInt32, UInt32, System.Threading.NativeOverlapped*)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
私のプロジェクトの何が問題になっていますか?SocketIO4NETにバグはありますか?