-
Has this project been abandoned?
-
Hi,
I want to use [streaming-form-data](https://github.com/siddhantgoel/streaming-form-data) with [socketify.py](https://github.com/cirospaciari/socketify.py) and i'm getting this error when reading…
-
Hello!
Great project. Respect!
problem: 100% cpu.
https://github.com/cirospaciari/socketify.py/issues/112
You fixed this problem in version 0.0.19
But in version 0.0.20 the problem is again.…
-
**Describe the bug**
On a fresh Ubuntu 22.04 installed as a Windows Subsystem for Linux (WSL) i'm seeing
```
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
814 root …
-
First of all, I'm really insterested in this great project and your progress.
However, an error has occurred while testing benchmark in my machine, so the report below is about it
**Describe the b…
-
**Describe the bug**
Memory leak on `"Hello World!"` infinite test.
**To Reproduce**
Run any `"Hello World!"` test on localhost.
**Screenshots**
![image](https://user-images.githubusercontent…
-
**Describe the bug**
Memory leak on testing `wrk` with many connections
**To Reproduce**
Server: Run any `"Hello World!"` test on localhost.
Client: run script:
```bash
while true
do
wrk -t…
-
**Describe the bug**
Unable to run `examples/https.py` neither with certificate bundled with `socketify` nor with created by `openssl` command supplied within `https.py`.
**To Reproduce**
Se…
-
@wedobetter related some weird cases, we need to investigate, not only async but sync, and also CPython and other popular libraries, for this Issue, investigating strawberry async + PyPy is the priori…
-
**Children processes not terminating**
Children processes keep running in the background after Ctrl+C app
**To Reproduce**
Steps to reproduce the behavior:
1. Run: ```pypy -m socketify main:run…