mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-24 07:06:31 +09:00
chore
This commit is contained in:
parent
359fbd78c1
commit
308ab8f177
@ -128,6 +128,7 @@ export class StreamingApiServerService {
|
||||
ev.removeAllListeners();
|
||||
stream.dispose();
|
||||
this.redisForSub.off('message', onRedisMessage);
|
||||
this.#connections.delete(connection);
|
||||
if (userUpdateIntervalId) clearInterval(userUpdateIntervalId);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user