Scramjet Transform Hub (STH) is a runtime supervisor that can run data processing programs called Sequences and manage local resources on any Linux server, Docker on small edge servers, and even large-scale Kubernetes clusters in the cloud or datacenters. It connects to Scramjet Spaces in Scramjet Cloud Platform.
GNU Affero General Public License v3.0
67
stars
8
forks
source link
Python 3.11.5≤ versions cause asyncio exception #1051
Describe the bug
On the newer Python versions (3.11.5≤), asyncio library causes an exception. asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of undefined expected bytes
Steps to Reproduce
Switch to Python 3.11.5≤ (that includes 3.12, 3.13 etc.)
Describe the bug On the newer Python versions (3.11.5≤), asyncio library causes an exception.
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of undefined expected bytes
Steps to Reproduce