mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #125] [MERGED] fix: In debug mode, thread locks block responses and heartbeats, causing TCP to reconnect. #164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/125
Author: @zengruizhao
Created: 4/29/2025
Status: ✅ Merged
Merged: 4/30/2025
Merged by: @Yeuoly
Base:
main← Head:fix/debug_blocking📝 Commits (1)
29753e3fix: remove unnecessary locking in _recv_from_sock method📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
python/dify_plugin/core/server/tcp/request_reader.py(+1 -2)📄 Description
Summary
In debug mode, thread locks block responses and heartbeats, causing TCP to reconnect.
fixes #98
Screenshots
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.