mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 02:42:58 +09:00
버그 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user