dify/sdks
yyh 249a491743
fix(nodejs-client): fix timeout handling in retry loop
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.
2026-01-05 14:13:22 +08:00
..
nodejs-client fix(nodejs-client): fix timeout handling in retry loop 2026-01-05 14:13:22 +08:00
php-client docs: format all md files (#24195) 2025-08-20 13:49:11 +08:00
README.md feat: add readme (#791) 2023-08-09 20:15:24 +08:00

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