mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-31 15:48:51 +01:00
- Added UI state restoration on successful SSE connection to indicate ongoing submission. - Implemented detailed error handling for network failures, including retry logic with exponential backoff. - Introduced abort event handling to reset UI state on intentional stream closure. - Enhanced debugging capabilities for testing reconnection and clean close scenarios. - Updated generation function to retry on network errors, improving resilience during submission processes. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useAdaptiveSSE.ts | ||
| useAttachmentHandler.ts | ||
| useContentHandler.ts | ||
| useEventHandlers.ts | ||
| useResumableSSE.ts | ||
| useResumeOnLoad.ts | ||
| useSSE.ts | ||
| useStepHandler.ts | ||