Richard Yu

Results 146 comments of Richard Yu

@robbat2 I will try other OS to see if this issue exists.

@robbat2 Same issue in Rocky Linux 9: ```sh docker run -it --rm rockylinux:9 bash yum install -y @'Development Tools' wget mkdir -p /opt/myprefix wget https://libbsd.freedesktop.org/releases/libbsd-0.12.2.tar.xz tar xf libbsd-0.12.2.tar.xz cd libbsd-0.12.2...

A solution is to use WinRT's IAsyncOperation, but it may not compatible with Windows 7.

@raroraca Try change `COWAIT_DISPATCH_WINDOW_MESSAGES` to `COWAIT_DISPATCH_WINDOW_MESSAGES | COWAIT_DISPATCH_CALLS | COWAIT_INPUTAVAILABLE`? Ref: https://stackoverflow.com/questions/21226600 https://github.com/Boscop/web-view/blob/e87e08cab3a2d500d54068ec9c7aaa055a711465/webview-sys/webview_edge.cpp#L426 https://github.com/tauri-apps/tauri/issues/212#issuecomment-573791689

This issue has been there for some years. Because there are many different SSL/reverse proxy configurations. It's difficult to detect it automatically. See also #5347.

Did you start ttyd? The error is `Connection refused`, which means no program is listening that port. And you should use UNIX socket for localhost reverse proxy, because it has...