release/2025-06-02 - test push

This commit is contained in:
Dave Richer
2025-05-24 13:15:53 -04:00
parent 8c1758ae49
commit 0135281bcd

View File

@@ -282,6 +282,7 @@ const applySocketIO = async ({ server, app }) => {
logger.log("Redis connections closed.", "INFO", "redis", "api");
});
// IO Redis
const ioRedis = new Server(server, {
path: "/wss",
adapter: createAdapter(pubClient, subClient),