feat: Implement message catch-up and retry logic for conversation room joins on socket reconnection.
This commit is contained in:
@@ -148,6 +148,7 @@ class SocketService {
|
||||
this.socket = null;
|
||||
}
|
||||
this.currentToken = null;
|
||||
this.isConnecting = false;
|
||||
}
|
||||
|
||||
isConnected(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user