-
App crashes with `Cork buffer must not be held across event loop iterations!` error when I cork `response.upgrade` inside async function (version `v20.30.0`).
Tried [this](https://github.com/uNetwo…
-
**Describe the bug**
Some versions of uWebSockets require untagged uSockets version (they are using git modules). Blindly updating port tags will result in build failures when user application tries …
-
```
===> Building for usockets-0.8.6
gmake[1]: Entering directory '/usr/ports/net/usockets/work/uSockets-0.8.6'
rm -f *.o
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -flto -DLIBU…
-
Most MicroPython modules that implement subsets of standard Python modules start with "u". There are a few that still don't follow this pattern:
- [ ] builtins
- [ ] gc
- [ ] cmath
- [ ] math
-…
-
Hi!
I'm trying to integrate this with an app I'm writing, which already has a dependency on boost.asio so I have an existing `io_context`. However, I can't seem to find any real examples on how to …
-
### Library name
uwebsockets
### New version number
20.40.0
### Other information that may be useful (release notes, etc...)
https://github.com/uNetworking/uWebSockets/releases/tag/v20.…
-
Hello,
Since the symbols exports were removed in #184, I'm wondering how I can compile uSockets on windows and get aml the symbols when I link it to a shared library.
Since the macro is not applied …
-
We are comparing echo server throughput with uWebSocket with the current_thread runtime, 256 connections, and seeing a notable 30% throughput difference.
Here's the source code we're using:
…
-
### Is there an existing issue for this?
- [X] I've searched for any related issues and avoided creating a duplicate issue.
### Description
I know benchmarks can be highly dependent on a number of …
-
# How my problem started
Hello again! I had posted about this [a time ago](https://github.com/kartikk221/hyper-express/issues/174)
The post was basically about me not being able to proxy a react…