uNetworkingAB
uNetworkingAB
> That gave strange memory issues So use ThreadSanitizer and AddressSanitizer and fix your code. This code is not technically correct like I said. And because it is not technically...
> send from a separate thread since app.run() is blocking the httpServer thread already. How else can we still do something ourselves? You are hyper focused on this idea that...
I can't tell you if this is reasonable, the info given is very diffuse. What I would like to see is a comparison of your workload in uWS against some...
Why would control messages be exempt from backpressure logic? Control messages are not critically important, most of them are simple pings or pongs or close frames. If you've reached the...
@dekdevy is spot on. Bun uses a fork of uWebSockets / uSockets for Http1.1 and WebSockets. There is already (highly experimental & currently put on ice) but "benchmarked-for-fitness" support for...
It's not hard. But most apps get HTTP3 "for free" when they add whatever proxy solution like Cloundflare. I can take a simple HTTP1.1 server and just enable Cloudflare and...
I don't control what goes into Bun, I have zero say. Strong suspicion it would be merged if I did it in uWS, though. But only suspicion
> Do you have any working contact with Bun developers? I have zero contact with Bun devs. And I don't necessarily want any contact with them. > uWS? I thought...
You can email me in private and we can do a basic screening of each other's expectations
If you can reliably reproduce this with platform info I can look at it.