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?
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?
Hi, I need some clarification/verify:
3.m_wshandler->send_text("T:"); : mean if I get the message "T:", the session terminated?
Thanks, Joseph