tomatome
tomatome
> Hi, I run your project but get a problem, > after run main.go in example folder and brower 127.0.0.1:8088, I got > `OnConnect 1 resume OnConnect 2 OnConnect 3...
> @tomatome > when I connect remote windows desktop, the broswer seem to be stoped, and I only can see a picture that loading windows, and it will not going...
1,you must turn on allow remote desktop connection in the system properties 2, If it still doesn't work。you can try to modify remote desktop security layer protocol: SSL
code has been updated
You can refer to the example in the code
localhost service must be an RDP server, such as xrdp or Windows Remote Desktop Services.
> > localhost service must be an RDP server, such as xrdp or Windows Remote Desktop Services. > > 是的,我是windows机器。 "Provide the debug information, please."
set glog.SetLevel(glog.DEBUG) Provide complete debug log information
concurrent connections ? You can try using the latest master branch.
I see that different connection methods were used for the previous crash and the subsequent concurrency issues. provide debug information for establishing a connection using NTLM or SSL.