ปิด socket

This commit is contained in:
kittapath 2025-03-11 12:50:11 +07:00
parent 4051e90e63
commit 0e2b534277

View file

@ -18,9 +18,9 @@ import { initWebSocket } from "./services/webSocket";
async function main() {
await AppDataSource.initialize();
initWebSocket();
// initWebSocket();
const app = express();
app.use(
@ -104,8 +104,6 @@ async function main() {
}
runMessageQueue();
}
main();