Fix js relay WebSocket close, raise RDP dial timeout, adjust WASM log levels

This commit is contained in:
Viktor Liu
2026-07-07 13:10:52 +02:00
parent 47352e6e45
commit 362d93eb4f
7 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const (
RDCleanPathProxyHost = "rdcleanpath.proxy.local"
RDCleanPathProxyScheme = "ws"
rdpDialTimeout = 15 * time.Second
rdpDialTimeout = 30 * time.Second
GeneralErrorCode = 1
WSAETimedOut = 10060