ปิด socket
This commit is contained in:
parent
4051e90e63
commit
0e2b534277
1 changed files with 3 additions and 5 deletions
|
|
@ -18,9 +18,9 @@ import { initWebSocket } from "./services/webSocket";
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
await AppDataSource.initialize();
|
await AppDataSource.initialize();
|
||||||
|
|
||||||
initWebSocket();
|
// initWebSocket();
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
|
|
@ -104,8 +104,6 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
runMessageQueue();
|
runMessageQueue();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue