feat: Implement message catch-up and retry logic for conversation room joins on socket reconnection.

This commit is contained in:
pradeepkumar
2026-03-17 18:03:07 +05:30
parent 1fb4608ec1
commit f3c4e31924
2 changed files with 34 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ class SocketService {
this.socket = null;
}
this.currentToken = null;
this.isConnecting = false;
}
isConnected(): boolean {