synodriver
synodriver
Hi. You can use this script to compile for nogil python, remember to install cython from git. ``` #!/usr/bin/env python import os import sys from setuptools import Extension, setup from...
Amazing. Can you provide a minimal example to reproduce this?
@copilot Have you test it on cp313t with a fresh-build cycurl? The build script should be ```git submodule update --init --recursive``` and ```python setup.py build_ext -i```
@copilot I think the ```self._WS_RECV_BUFFER_SIZE = 128 * 1024 # 128 kB``` in cython file might be in the wrong place, which cause ```_ws_recv_buffer``` to be an unexpected value, is...
Well, I guess the underlying h11 library didn't handle that properly... Does it help if add a small ```read_timeout``` to the config?