Skip to content

Commit

Permalink
修复一个弹幕长连可能导致死循环和崩溃的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 23, 2024
1 parent 1559cf8 commit 1a25f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/LiveChat/LiveChatListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ private async Task _innerHeartbeat()
catch (Exception e)
{
string A = e.ToString();
Log.Error(nameof(_innerHeartbeat), $"检测到网络环境发生变化,出现错误", e);
break;
}
//Log.Info(nameof(_innerHeartbeat), $"_innerHeartbeat:over");
}
Expand Down

0 comments on commit 1a25f17

Please sign in to comment.