-
How can i get the query params i open event?
This is the websocket client on web page.
`
var socket = new WebSocket('ws://192.168.1.2/webclient?id=12345678');
socket.onopen = function (e) {
…
-
Task to track the issue where probes that are far away from EU like China and Costa Rica often disconnect and reconnect.
Latency is only 256ms, so our previous timeout of 2seconds and now 4seconds sh…
-
https://github.com/uNetworking/uWebSockets/blob/53ae0a889f5219f98b1f3d84212529373bbfdfad/capi/libuwebsockets.cpp#L1217
-
latest version is forcing alien mode and i dont know if this is the cause or not, but socket.io is not working anymore due this error:
Error: Using uWS.HttpRequest / uWS.Http3Request past its requ…
-
May got it wrong but using the new version of this lib with typerscript, I m getting a error about the type when I m attaching custom data in the websocket object, maybe because we are missing [key: s…
-
Library name: uwebsockets
New version number: 20.34.0
Other information that may be useful (release notes, etc...)
https://github.com/uNetworking/uWebSockets/releases/tag/v20.34.0
-
This appears to be some kind of "bold timing assumptions" issue.
`example.mjs`
```js
import { App } from 'uWebSockets.js';
import { Socket } from 'node:net';
const app = App();
const PAY…
-
C++ port of https://github.com/rdeits/meshcat-python / https://github.com/rdeits/MeshCat.jl (actually they are quite different).
# Client code
* Open a webbrowser from code (py equivalent: http…
-
hi,
Currently uWebSockets and its dependency "uSockets" define a macro "WIN32_EXPORT" in header file "libusockets.h", as the following.
So all uSockets api functions and a uWebSockets class named…
-
In v.20.34.0
https://github.com/uNetworking/uWebSockets/blob/988fdc7285014911dc34eec512d096fd819682db/src/WebSocket.h#L200
Server crashes here when a WebSocket client that never subscribed to an…