[PR #86] [MERGED] fix: improve gevent socket connection handling, avoid blocking except… #133

Closed
opened 2026-02-15 21:15:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/86
Author: @Yeuoly
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @Yeuoly

Base: mainHead: fix/debugging-blocking-io


📝 Commits (3)

  • 80cbc0e fix: improve gevent socket connection handling, avoid blocking exceptions
  • 555bb1a fix: enhance TCP socket handling with thread safety and improved data transmission
  • 295a304 fix: conflicts

📊 Changes

2 files changed (+50 additions, -6 deletions)

View changed files

📝 python/dify_plugin/core/server/tcp/request_reader.py (+49 -5)
📝 python/pyproject.toml (+1 -1)

📄 Description

…ions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-sdks/pull/86 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/debugging-blocking-io` --- ### 📝 Commits (3) - [`80cbc0e`](https://github.com/langgenius/dify-plugin-sdks/commit/80cbc0e7db021afa80da3a382d6f6d52676f28b6) fix: improve gevent socket connection handling, avoid blocking exceptions - [`555bb1a`](https://github.com/langgenius/dify-plugin-sdks/commit/555bb1a19efb8832d83573e89d988dbd169c61ce) fix: enhance TCP socket handling with thread safety and improved data transmission - [`295a304`](https://github.com/langgenius/dify-plugin-sdks/commit/295a3042cf501d84c17ecf0cdbf9422d3ce0a685) fix: conflicts ### 📊 Changes **2 files changed** (+50 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/core/server/tcp/request_reader.py` (+49 -5) 📝 `python/pyproject.toml` (+1 -1) </details> ### 📄 Description …ions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:15:54 -05:00
yindo closed this issue 2026-02-15 21:15:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#133