mirror of
https://github.com/langgenius/dify.git
synced 2026-02-19 01:14:44 +08:00
Fix critical bug in retry loop timeout control: - Move AbortController creation inside while loop to ensure each retry uses a fresh controller - Previous implementation caused retries to use an already-aborted controller, making retries fail immediately - Add eslint-disable comments to explain necessary type assertions - Improve code comments explaining DOM ReadableStream type conversion This fix ensures the retry mechanism works correctly with independent timeout control for each attempt. |
||
|---|---|---|
| .. | ||
| nodejs-client | ||
| php-client | ||
| README.md | ||
SDK
Java
https://github.com/langgenius/java-client/
Go
https://github.com/langgenius/dify-sdk-go
Ruby
https://github.com/langgenius/ruby-sdk
Python
TODO move to another place
PHP
TODO move to another place
Node.js
TODO move to another place