-
![image](https://user-images.githubusercontent.com/7302317/66708623-b4a08d00-ed53-11e9-973b-c682a3ebb6a8.png)
-
Sometimes our server will ban some IP address, it should be disconnected on first tcp accept, before any ssl or other code execution. So we need to register the uSockets on_open callback of the websoc…
-
NodeJS has a command line switch "--force-context-aware" which prevents some hard to track down errors errors with Electron (electronjs.org) and native modules.
µWS is currently not a context-aware…
-
Is there a setting to change the HTTP request timeout? I have a few handlers that may take 1-2 minutes to complete, and res.aborted always seems to get called after 10-15 seconds.
-
Everyone got disconnected from websocket server suddenly, it happened few times.
The normal disconnects sets reason string so I know whats going on but in this case it wasn't set.
Is there any way t…
ghost updated
4 years ago
-
Hi there, been trying to read through some of the issues posted and the conclusion I've come to is that to use the UWS HTTP server with Express should be as simple as:
this.api = express({
…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post you…
-
After migrating from express to uwebsockets, i noticed a memory leak caused by node holding onto unhandled rejections and never flushing them
The `pendingUnhandledRejections` array is emptied whe…
-
Would love to see support for https://github.com/uNetworking/uWebSockets.js
jafri updated
5 years ago
-
@Naios
Error in VS 16.3:
error C2440: 'static_cast': cannot convert from 'fu2::abi_400::detail::type_erasure::erasure' to 'erasure_t &'
error C2440: with
error C2440: [
error…