chore: updates

This commit is contained in:
Tristan Yang
2023-09-26 18:02:15 +08:00
parent 3045f3add3
commit 531b021133
5 changed files with 18 additions and 8 deletions
+1
View File
@@ -461,6 +461,7 @@ export default function useStreaming() {
// 超过1天或者已断线,强制重连
if (canReconnect) {
// 设置重连状态
toast.dismiss();
toast.loading("Reconnecting...");
dispatch(updateSSEStatus("reconnecting"));
if (SSE) {