This commit is contained in:
Rizky 2023-10-14 23:10:14 +07:00
parent 3cb7c393ec
commit fa3a6c1dd5
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const timeout = {
};
export const editorWS = async (p: PG) => {
if (p.ws && p.ws.readyState === p.ws.OPEN) {
console.log("Cancelling reconnect, ws still open");
return;
}
const render = () => {