You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple simultaneous requests to create a chat between the same users can result in duplicate chat entries
Database inconsistency occurs unpredictable response times due to delay
Expected fix in chat-controllers :- Only create one unique chat between two users and handle concurrent requests gracefully and return existing chat if already present and maintain consistent response times