[Enhancement]: Implement WebSocket-based connection logic #9339
Karthick8s
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Currently, LibreChat uses a TCP connection–based approach for maintaining connections. This has certain limitations in handling long-lived sessions, scalability, and real-time communication efficiency. To address these concerns, we propose migrating to a WebSocket-based connection model.
More details
Replace existing TCP connection logic with WebSocket-based implementation.
Which components are impacted by your request?
No response
Pictures
.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions