Rob Gillan
Rob Gillan
I would want to see this load tested (very high load like 32k clients per server) if at all possible. About 12 months ago we tried to run perMessageDeflate using...
Hello, is there any plan to merge this into the library? We are using 1.0.34 on nodejs v16.18.1 and occasionally seeing the ECONNRESET error (and causing a crash) Error: write...
All good and agreed. We put an error listener on the request.socket that catches the error.
From memory I don't think there's been discussion about supporting custom codes over the history of this module. Pretty sure the code support is based upon the "required" parts of...
Actually the feature for Bun.serve to allow port reuse (reusePort:true) and simple Bun.spawn of a number of processes works a treat. We have refactored a node:cluster websocket application using this...
So in my opinion having used node:cluster for many years (and the cluster module pre integration), the ability to reuse sockets in the Bun.serve implementation pretty much removes the need...
> > So in my opinion having used node:cluster for many years (and the cluster module pre integration), the ability to reuse sockets in the Bun.serve implementation pretty much removes...
Anthony, So to be really useful we need full MAC decoding, but understand that this is likely beyond the scope of this module as it's a state machine that needs...
alternatively support for -o on the command line would also suffice (to send the env variable): `-o SendEnv=X_ENVIRONMENT_VARIABLE`
Michal, Thanks for this, will be testing tomorrow (Mac our platform guy has been fighting the latest Xcode update and Cordova 3 on iOS today). Looked at your code and...