FreeRDP / FreeRDP-WebConnect

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

Some short verification #76

Open Joseph1977 opened 10 years ago

Joseph1977 commented 10 years ago

Hi, I need some clarification/verify:

  1. when other user login to a session, we get an error: '5' : then you send the client the error message: "addError("Another user connected to the server,\nforcing the disconnection of the current connection.");" , right?
  2. freerdp_shall_disconnect: I can call this at anytime, to see if the session closed, and I can cleanup the instance, ContextFree , right?

3.m_wshandler->send_text("T:"); : mean if I get the message "T:", the session terminated?

Thanks, Joseph