1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-24 07:06:31 +09:00
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);
});