-
There also seems to be no warnings/errors if uWS is compiled without "WITH_OPENSSL=1" . It compiles and executes without using an ssl context even when the code tells it to.
_Originally posted by @…
-
Hiya,
This is my first time using this library, so please excuse me if this has already been brought up before. I did look for quite some time and could not manage to find anything related to it.
…
-
trufflesuite/ganache:v7.0.2
```
# network host just for convenience...
docker run -it --rm --network host trufflesuite/ganache:v7.0.2
```
```
# not chunked - OK
curl -vv http://localhost…
mxork updated
2 years ago
-
### Library name
uwebsockets
### New version number
v20.70.0
### Other information that may be useful (release notes, etc...)
https://github.com/uNetworking/uWebSockets/releases/tag/v20.70.0
-
After `uWebSockets.js` is installed, all OS and Node versions are built.
### Reproduction
- `yarn init -y`
- `yarn set version berry`
- `yarn add uWebSockets.js@github:uNetworking/uWebSockets.js…
-
When setting wsEngine to: 'sc-uws' i get the following error:
[Error] WSEngineInitError: Compilation of µWebSockets has failed and there is no pre-compiled binary available for your system. Please …
-
Here is whole crash report .Please tell me what i am doing wrong here and why it is not playing videos
Am using these library version
> implementation 'com.google.android.exoplayer:exoplayer:…
-
Module `ws` is good enough but websocket is a simple spec so we don't need everything from this `ws` and can implement own simple implementation (just for backend, all browsers have native support).
-
Hi,
I am trying to build this project an ArchLinux.
First when I follow the instructions I get the message "Compilation of µWebSockets has failed and there is no pre-compiled binary available for yo…
-
In the following lines, MSVC warns that `&` might rather be `&&` and `*(postPaddedBuffer++) |= 32` has `"possible incorrect order of operations"` (C6269)
https://github.com/uNetworking/uWebSockets/…