Gerporgl

Results 18 comments of Gerporgl

I was also having slow download speeds, I'm only on linux (pop-os), can't tell about the Windows world if its faster or not. Adding these 2 settings fixed completely my...

I have another similar issue when running jobs using the webui (v2), however for the job to stall I only needed to put my laptop into standby (which was connected...

My bad, I did not understand at first the comment about auto reporting... I thought it was a github feature we should turn off. After searching and finding the autoreporting...

I see, makes sense, this is kind of what I thought. Some kind of tcp send buffer that gets full and then blocks and takes time to timeout. When any...

Maybe ESPAsyncTCP could be used instead in the arduinoWebSockets library,if it is not already the case, and https://github.com/ESP32Async/ESPAsyncWebServer too. Yes, I know these projects take a lot of time. Thanks...

I am sure it would be a good amount of work, I took a look at the code briefly... Personally for all my ESP32 projects I have switched to async...

I forked a new branch and implemented the AsyncWebServer and AsyncWebSocket libraries. It does seem to resolve the stalling issue at least. I did not create a pull request, there...

I had the same single download source issue, I believe it is been going on for a while, but perhaps on and off, which would cause very slow download speeds....

~Also just to add to this, on my side I still need to add @nClientDownloadEnableHTTP2PlatformLinux 0 to my steam_dev.cfg to get good download speeds, otherwise regardless of the source blacklisting...

Nice find! I hope this get fixed, this seems like a major performance bottleneck if you are using ipv6. > Note that while I was checking this the server would...