[PR #199] [MERGED] Fix reconnect #208

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-py/pull/199
Author: @adrianlyjak
Created: 11/7/2025
Status: Merged
Merged: 11/7/2025
Merged by: @adrianlyjak

Base: mainHead: adrian/fix-reconnect


📝 Commits (2)

📊 Changes

6 files changed (+186 additions, -4 deletions)

View changed files

📝 pyproject.toml (+1 -1)
📝 src/workflows/client/client.py (+2 -0)
📝 src/workflows/server/server.py (+6 -2)
📝 tests/server/test_server_endpoints.py (+14 -0)
tests/server/test_server_live_http.py (+162 -0)
📝 uv.lock (+1 -1)

📄 Description

Fixes a sad bug where anytime any streaming connection disconnects, it discards the entire workflow from memory, making reconnects impossible, and leaving the workflow in a dangling "running" state


🔄 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/run-llama/workflows-py/pull/199 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `adrian/fix-reconnect` --- ### 📝 Commits (2) - [`570a934`](https://github.com/run-llama/workflows-py/commit/570a934771370acc85fa7eefe3164f893da76d11) Fix reconnect - [`29e27e5`](https://github.com/run-llama/workflows-py/commit/29e27e51eddf5a1ed6cbf93f9ab1ac5a73724a3c) Bump version to 2.11.1 ### 📊 Changes **6 files changed** (+186 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -1) 📝 `src/workflows/client/client.py` (+2 -0) 📝 `src/workflows/server/server.py` (+6 -2) 📝 `tests/server/test_server_endpoints.py` (+14 -0) ➕ `tests/server/test_server_live_http.py` (+162 -0) 📝 `uv.lock` (+1 -1) </details> ### 📄 Description Fixes a sad bug where anytime any streaming connection disconnects, it discards the entire workflow from memory, making reconnects impossible, and leaving the workflow in a dangling "running" state --- <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 02:16:55 -05:00
yindo closed this issue 2026-02-16 02:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-py#208