[PR #345] [MERGED] refactor(local_runtime): optimize listener lookup in stdioHolder #459

Closed
opened 2026-02-16 01:16:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/345
Author: @guanz42
Created: 6/13/2025
Status: Merged
Merged: 6/16/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • e14a08d refactor(local_runtime): optimize listener lookup in stdioHolder

📊 Changes

1 file changed (+3 additions, -12 deletions)

View changed files

📝 internal/core/plugin_manager/local_runtime/stdio.go (+3 -12)

📄 Description

Directly fetch and invoke the listener for a given session_id instead of iterating over the entire listener map.


🔄 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-daemon/pull/345 **Author:** [@guanz42](https://github.com/guanz42) **Created:** 6/13/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e14a08d`](https://github.com/langgenius/dify-plugin-daemon/commit/e14a08da5ec32e9a47013aa0400fd0eda2345d82) refactor(local_runtime): optimize listener lookup in stdioHolder ### 📊 Changes **1 file changed** (+3 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/local_runtime/stdio.go` (+3 -12) </details> ### 📄 Description Directly fetch and invoke the listener for a given session_id instead of iterating over the entire listener map. --- <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-16 01:16:01 -05:00
yindo closed this issue 2026-02-16 01:16:01 -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-daemon#459