버그 수정

This commit is contained in:
2025-10-11 15:04:32 +09:00
parent 8783bb17c5
commit 717ee2a255
7 changed files with 9 additions and 8 deletions

View File

@@ -182,7 +182,6 @@ const talkEvent = {
workSubscribe: () => {
return global.stomp.subscribe(`/exchange/work.exchange/work.${global.work.workId}`, async function (content) {
const payload = JSON.parse(content.body);
console.log('workSubscribe', payload)
let sendFlag = false;
while (!sendFlag) {
if (global.serviceWorkerConnect) {