cleaning up after AI slop!

This commit is contained in:
Rajeh Taher
2025-09-07 20:34:19 +03:00
parent f83a1c2aff
commit 2a00d65e44
6 changed files with 334 additions and 361 deletions
-3
View File
@@ -12,7 +12,6 @@ import {
NOISE_WA_HEADER,
UPLOAD_TIMEOUT
} from '../Defaults'
import { cleanupQueues } from '../Signal/Group/queue-job'
import type { SocketConfig } from '../Types'
import { DisconnectReason } from '../Types'
import {
@@ -454,8 +453,6 @@ export const makeSocket = (config: SocketConfig) => {
return
}
cleanupQueues()
closed = true
logger.info({ trace: error?.stack }, error ? 'connection errored' : 'connection closed')