docs: Add guidance for websocket support in streaming issues section of README

This commit is contained in:
cogwheel0
2025-11-24 22:21:43 +05:30
parent ca34752144
commit 23e7c6d6dc

View File

@@ -193,6 +193,10 @@ Conduit is currently in active development. We welcome your feedback and contrib
- Android: minSdk 23+, ensure correct Java and Gradle; if builds fail, try `flutter clean`. - Android: minSdk 23+, ensure correct Java and Gradle; if builds fail, try `flutter clean`.
- Codegen conflicts: `flutter pub run build_runner build --delete-conflicting-outputs`. - Codegen conflicts: `flutter pub run build_runner build --delete-conflicting-outputs`.
### Streaming Issues
If you experience problems with real-time streaming or chat updates, ensure websocket support is enabled on your Open-WebUI server. See the [Websocket Support documentation](https://docs.openwebui.com/tutorials/integrations/redis/#websocket-configuration) for configuration details. Required environment variables include `ENABLE_WEBSOCKET_SUPPORT="true"`.
## Security & Privacy ## Security & Privacy
- Credentials are stored using platform secure storage (Keychain/Keystore). - Credentials are stored using platform secure storage (Keychain/Keystore).