From 36dcbd8440977f048701a9c4224f9fe333c182ed Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Wed, 19 Jan 2022 09:31:57 +0800 Subject: [PATCH] fix issue --- public/home/home.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/home/home.js b/public/home/home.js index b9ad3f605..680c32116 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -39,6 +39,7 @@ if(document.location.host == "git.openi.org.cn" || document.URL.startsWith("http var socket = new WebSocket(url); socket.onopen = function () { + messageQueue = []; }; var maxSize = 20;