alteração no ack para 4 segundos
parent
f0f49668ff
commit
5f385ab33c
|
@ -1045,7 +1045,7 @@ const handleMessage = async (
|
|||
|
||||
const handleMsgAck = async (msg_id: any, ack: any) => {
|
||||
|
||||
await new Promise(r => setTimeout(r, 500));
|
||||
await new Promise(r => setTimeout(r, 4000));
|
||||
|
||||
const io = getIO();
|
||||
|
||||
|
|
Loading…
Reference in New Issue