-
I have a Websocket Server that handles data received and exposes an public Send function so my app can send messages to the websocket client.
When i send messages to the websocket client, after a few…
-
Hi,
uwebsockets exposes two server builders - `uWS::App` and `uWS::SSLApp`. From inspecting the source, if I'm not mistaken, the difference is the value passed to the underlying socket library, uso…
vp00 updated
10 months ago
-
I'm seeing some occasional '431 headers too large' HTTP errors for some HTTP requests.
```
< HTTP/1.1 431 Request Header Fields Too Large
< Date: Fri, 15 Sep 2023 10:54:47 GMT
< Strict-Transport…
ghost updated
8 months ago
-
Hi! First of all, thank for this wonderful library.
My problem is the opposite of uNetworking/uWebSockets.js#647 . I need to know the topics the ws was subscribed to when it closed.
Accessing `ws.…
Vincz updated
10 months ago
-
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
Microsoft Windows [Version 10.0.17134.165]
* What you're doing and what's happening: (Copy&paste specific commands and the…
ghost updated
9 months ago
-
When using SSL and sending chunked the response will sometimes be malformed - mostly when there's backpressure.
I've attached a small sample that shows a repro of the issue when running `bash run.s…
-
Hello,
I want to integrate both superdesk and superdesk-publisher to do local developement with superdesk-publisher.
As described in the [documentation](https://superdesk-publisher.readthedocs.io/en…
cpol0 updated
2 years ago
-
Package: usockets:x64-linux -> 0.8.6#1
**Host Environment**
- Host: x64-linux
- Compiler: GNU 11.4.0
- vcpkg-tool version: 2023-10-18-27de5b69dac4b6fe8259d283cd4011e6d20a84ce
vcpkg-scripts ve…
-
There wasn't a clear guide of how to install and run this tracker from scratch. I thought it would be helpful for others.
### Installing Nodejs
sudo yum install epel-release
curl -sL https://rpm.…
-
### Describe the feature you'd like to request
We know that websocket do not use http headers, but during handshake http request can be used.
Page 14 RFC 6455 https://www.rfc-editor.org/rfc/rfc6…