enhance: socketio sharing /api route

This commit is contained in:
Julian Krauser 2025-07-26 11:47:41 +02:00
parent 1570c174cc
commit 0c5018147e

View file

@ -5,6 +5,7 @@ import { SocketConnectionTypes } from "./enums/socketEnum";
export abstract class SocketManager {
private static readonly manager = new Manager(url, {
path: "/api/socket.io",
reconnection: true,
reconnectionDelayMax: 10000,
});