CommentViewerCollection / MultiCommentViewer

いろんな配信サイトのコメントを表示できるコメビュです

Home Page:https://ryu-s.github.io/app/multicommentviewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ryu-s opened this issue · comments

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
commented

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

commented

修正完了 89bb3c5