Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No connect after connect in web #2

Open
yuancpfive opened this issue May 10, 2021 · 5 comments
Open

No connect after connect in web #2

yuancpfive opened this issue May 10, 2021 · 5 comments

Comments

@yuancpfive
Copy link

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 resume OnConnect 4
in terminal, how do i do to run it? thanks

@tomatome
Copy link
Owner

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 resume OnConnect 4
in terminal, how do i do to run it? thanks

refresh brower and retry
This is a problem using the socketio method
I'll solve it later when I have time

@yuancpfive
Copy link
Author

yuancpfive commented May 10, 2021

@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 on, noting change and can't control remote window desktop also.
At last, the broser show toast undefined and exit the remote control view.

is this as same as when you test this code?
or does this code work properly?

@tomatome
Copy link
Owner

@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 on, noting change and can't control remote window desktop also.
At last, the broser show toast undefined and exit the remote control view.

is this as same as when you test this code?
or does this code work properly?

The rdp authentication protocol may be wrong, Standard RDP Authentication/SSL Authentication。
example/main.go:
g.x224.SetRequestedProtocol(x224.PROTOCOL_RDP)
//g.x224.SetRequestedProtocol(x224.PROTOCOL_SSL)

@yuancpfive
Copy link
Author

yuancpfive commented May 10, 2021

I run example/main.go directly, and do not modify the code yet, the code in main.go is use g.x224.SetRequestedProtocol(x224.PROTOCOL_RDP).

My environment is :
rdp client: win10
rdp server: win7

Is there some wrong with my computer?

@shreevari
Copy link

@yuancpfive did you get it working? I'm facing the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants