-
Hey guys ,
this is nice and clean interface project.
not sure I'm following best practice.
the target is monitoring some redis stream and publish to some topic.
I used to create timer and try to …
-
```factor
USE: google.charts
"omg" chart.
```
**Windows error:**
error:0A000126:SSL routines::unexpected eof while reading
`ssl_read` returns 0 and `SSL_get_error` returns 1 which is `SSL_E…
-
Goals:
- [x] Can add multiple route handlers at runtime
- [x] Can store HTTP events in addition to the WebSocket ones
- [x] Can fetch HTTP events asynchronously
- [x] Design should be consistent…
-
Check if we need to change something in our source code to support Node.js 18 LTS.
This should only be performed after October LTS promoting of the Node.js version 18 according to [the official plann…
-
Sorry for bothering again. I have another crash on Win64 but I'm not sure if this is a bug or wrong library usage.
Should it be safe to call `websocket->close()` from another thread (or `websocket-…
-
Values of all query params are "undefined" when first value is empty.
version : 20.23.00
**Given**
on request /../?test1=&test2=someValue
**When**
const test2 = req.getQuery("test2"…
-
I see no point to keep the sockets alive after freeing up its context
Here are the changes I made to
[src/socket.c](https://github.com/uNetworking/uSockets/blob/37b5058/src/socket.c#L99)
[src/conte…
-
Based on a glance at `src/ClientApp.hpp`, the `Client` example seems to do...nothing at all?
Does it mean this library currently doesn't support any client mode, or is the example just outdated?
-
I was installing uws, and ran into a deprecation notice:
```
npm WARN deprecated uws@99.0.0: stop using this version
```
Upon looking on the package's [NPM page](https://www.npmjs.com/package/uw…
-
## Bug Description
It's possible that proper ending of request headers (`\r\n\r\n`) will be not send immediately together with headers chunk due to:
👉🏻 https://github.com/nodejs/undici/blob/main…