[WIKI-682] feat: hocuspocus v3 server migration (#7880)

* fix: hocuspocus v3

* fix: publishing messages across redis extension
This commit is contained in:
M. Palanikannan 2025-09-30 20:55:55 +05:30 committed by GitHub
parent e110ef55b8
commit ee68895ad3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 139 additions and 166 deletions

View file

@ -99,8 +99,8 @@ export class Server {
public async destroy() {
if (this.hocuspocusServer) {
await this.hocuspocusServer.destroy();
logger.info("HocusPocus server closed gracefully.");
this.hocuspocusServer.closeConnections();
logger.info("HocusPocus connections closed gracefully.");
}
await redisManager.disconnect();