ปิด 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() {
|
||||
await AppDataSource.initialize();
|
||||
|
||||
initWebSocket();
|
||||
|
||||
|
||||
// initWebSocket();
|
||||
|
||||
const app = express();
|
||||
|
||||
app.use(
|
||||
|
|
@ -104,8 +104,6 @@ async function main() {
|
|||
}
|
||||
|
||||
runMessageQueue();
|
||||
|
||||
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue