meetrevision / playbook

A lightweight, stable, and performance-focused customized version of Windows that enhances privacy and compatibility
https://www.revi.cc
Other
944 stars 74 forks source link

`msedgewebview2.exe` seems unable to send websocket data #27

Closed ImUrX closed 1 year ago

ImUrX commented 1 year ago

We have an app that is based on webview, and the websocket packets come through the msedgewebview2.exe binary instead of the app itself. For some reason the client receives packets and ACKs them but they can't send packets, like something is not letting it send Websocket packets specifically, the connection does require a HTTP GET from the client which does happen.

The app I'm talking about is SlimeVR

ImUrX commented 1 year ago

This happens always on a ReviOS installation, that's why I'm making this issue

melo936 commented 1 year ago

I can reproduce it as well on Windows 11.

netsh int tcp set supplemental internet congestionprovider=default

This seems to have fixed the issue for me. Please report it back.

ButterscotchV commented 1 year ago

I can reproduce it as well on Windows 11.

netsh int tcp set supplemental internet congestionprovider=default

This seems to have fixed the issue for me. Please report it back.

Can confirm this works to fix the problem, thank you.