-
My preliminary tests suggest psycopg on CPython 3.10 is at least 100% faster than PyPy 3.9 -- Is that expected ? -- Also what would be the right place to start if we wanted to fix that ?
-
**Describe the bug**
When I run the Hello World program in the README and then exit it with Control-C (on macOS) it gives the following error:
```
Listening on port http://localhost:3000 now
^…
-
**Describe the bug**
When trying to run `examples/https.py` I had to specify all `AppOptions` defaults.
**To Reproduce**
Follow #85 and discover that `AppOptions` require all defaults to be p…
-
-
**Describe the bug**
Problem with linking to libsocketify_windows_amd64.dll
**To Reproduce**
Steps to reproduce the behavior:
1. Run web sockets example
```from socketify import App, AppOptions…
-
I wanted to check the temperature of this project and so I ran a quick, very simple, benchmark with `wrk` and the default example:
```Python
from fastapi import FastAPI
app = FastAPI()
@ap…
-
I'm trying to reproduce the examples of middlewares in this [link](https://docs.socketify.dev/middlewares.html) of the documentation but it's not working.
```python
# you can use an Middleware rou…
-
How can i receive POST from a multipart/form-data form having one or multiple files and some text inputs?
Any example or is this even possible at this stage?
Thanks
-
**Describe the bug**
missing `libsocketify_windows_amd64.dll`
```
PS C:\repos> pip install git+https://github.com/cirospaciari/socketify.py.git
Collecting git+https://github.com/cirospaciari/soc…
-
Instead of calling multiple times C, call just one time when writing or end to use less GIL