richusony / Taxidi

Taxidi is a local car rental web application built with the MERN stack (MongoDB, Express.js, React, and Node.js) that serves the Kannur district. The platform allows users to browse a wide range of vehicles, including sedans, SUVs, and compact cars from various brands such as Maruti Suzuki, Renault, Volkswagen, Mahindra, and Tata.
0 stars 0 forks source link

Chat Functionality Not Always in Real-Time #8

Closed richusony closed 3 weeks ago

richusony commented 1 month ago

I have noticed that the chat functionality between the Admin and Host does not always operate in real-time. There are instances where messages are delayed, causing communication issues and inefficiencies.

To improve the user experience, it would be helpful to investigate the root cause of these delays and implement a solution that ensures the chat operates in real-time consistently.

richusony commented 3 weeks ago

The chat was not in real-time due to limited system resources. The socket id's was not saving in-memory after few minutes the server starts. In Production it works as expected.