CommentViewerCollection/MultiCommentViewer

Mildomのwebsocketに接続する際にエラーが発生する

ryu-s opened this issue · 2 comments

ryu-s commented

image

スタックトレース

   at System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult lazyResult)
   at System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult result)
   at SuperSocket.ClientEngine.SslStreamTcpSession.OnAuthenticated(IAsyncResult result)
--- End of stack trace from previous location ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
   at SitePluginCommon.AutoReconnection.ConnectionManager.<FinishProviderAsync>d__8.MoveNext() in D:\workspace\MultiCommentViewer\SitePluginCommon\AutoReconnection\ConnectionManager.cs:line 86
ryu-s commented

多分同じエラー?
kerryjiang/WebSocket4Net#178

ryu-s commented

修正完了 89bb3c5