FreeRDP / FreeRDP-WebConnect

A gateway for seamless access to your RDP-Sessions in any HTML5-compliant browser
519 stars 1.62k forks source link

wsgate server hangs if browser is closed #52

Open umeshbhatt25 opened 10 years ago

umeshbhatt25 commented 10 years ago

Hi,

I am running below request from browser to avoid user to enter user name and password and pass it directly.

http://172.22.x.x:8080/index.html?host=172.22.x.x&user=Administrator&pass=V2VsY29tZTEyMw%3D%3D&perf=0&fntlm=0&nowallp=0&nowdrag=1&nomani=0&notheme=0&nonla=0&notls=0&dtsize=1230x851

With this I am able to connect to remote console but I don't see the Disconnect button which I see if I enter user name and password in the log-in page.

With this approach if you close the browser, wsgate server seems hung and requires a restart, otherwise it won't respond to any client request.

Regards, Umesh

alexpilotti commented 10 years ago

Hi, there was an issue with showing the disconnect button when a query string is provided, which is now fixed.

I was not able to reproduce your issue with the process hanging, can you please try with the latest code and let me know if you still can see this issue?

Thanks

umeshbhatt25 commented 10 years ago

Thanks for addressing the 1st issue. It's working now. I shall try to reproduce the 2nd one and share details on steps.

Regards, Umesh

alexpilotti commented 10 years ago

Hi @umeshbhatt25, do you have updates on this one?

Thanks

umeshbhatt25 commented 10 years ago

With latest code it seems resolved.

Regards, Umesh