Loading packages/server/src/jobs/networking.ts +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ const runPixelStacking = async () => { if (DEBUG) Logger.debug("Running pixel stacking..."); const redis = await Redis.getClient(); const sockets = await SocketController.get().io.local.fetchSockets(); const sockets = await SocketController.get().io.fetchSockets(); for (const socket of sockets) { const sub = await redis.get(Redis.key("socketToSub", socket.id)); Loading Loading
packages/server/src/jobs/networking.ts +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ const runPixelStacking = async () => { if (DEBUG) Logger.debug("Running pixel stacking..."); const redis = await Redis.getClient(); const sockets = await SocketController.get().io.local.fetchSockets(); const sockets = await SocketController.get().io.fetchSockets(); for (const socket of sockets) { const sub = await redis.get(Redis.key("socketToSub", socket.id)); Loading