Files
openhuman/src
Steven Enamakel 873a2fa59d Improve socket disconnection logic and enhance cleanup handling
- Updated SocketProvider to ensure the socket disconnects only when the app unmounts and no valid token exists, preventing unnecessary disconnections during re-renders.
- Enhanced logging for socket connection and disconnection events to provide better insights into socket state management.
- Refactored socket connection options in SocketService for improved reliability and security, including explicit handling of token in the handshake.

These changes enhance the application's real-time communication capabilities and improve the overall management of socket connections.
2026-01-28 05:03:57 +05:30
..