Skip to content
Snippets Groups Projects
Commit 308ab8f1 authored by syuilo's avatar syuilo
Browse files

chore

parent 359fbd78
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ export class StreamingApiServerService {
ev.removeAllListeners();
stream.dispose();
this.redisForSub.off('message', onRedisMessage);
this.#connections.delete(connection);
if (userUpdateIntervalId) clearInterval(userUpdateIntervalId);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment