This commit is contained in:
syuilo 2023-06-09 16:11:28 +09:00
parent 359fbd78c1
commit 308ab8f177

View file

@ -128,6 +128,7 @@ export class StreamingApiServerService {
ev.removeAllListeners();
stream.dispose();
this.redisForSub.off('message', onRedisMessage);
this.#connections.delete(connection);
if (userUpdateIntervalId) clearInterval(userUpdateIntervalId);
});