Merge branch 'develop' into mkjs-n

This commit is contained in:
tamaina
2023-06-16 06:14:29 +00:00
75 changed files with 650 additions and 562 deletions

View File

@@ -435,6 +435,7 @@ export class RoleService implements OnApplicationShutdown {
@bindThis
public dispose(): void {
this.redisForSub.off('message', this.onMessage);
this.roleAssignmentByUserIdCache.dispose();
}
@bindThis