mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 09:43:43 +08:00
opt: unset timeout for websocket connection
This commit is contained in:
@@ -534,6 +534,7 @@ const connect = function (chat_id, role_id) {
|
||||
} else { // 加载聊天记录
|
||||
loadChatHistory(chat_id);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
_socket.addEventListener('message', event => {
|
||||
|
||||
Reference in New Issue
Block a user