myjimmy commented on a change in pull request #341:
URL: https://github.com/apache/guacamole-server/pull/341#discussion_r637602264



##########
File path: src/protocols/rdp/user.c
##########
@@ -121,13 +121,16 @@ int guac_rdp_user_join_handler(guac_user* user, int argc, 
char** argv) {
 
         /* Inbound arbitrary named pipes */
         user->pipe_handler = guac_rdp_pipe_svc_pipe_handler;
-        
+
         /* If we own it, register handler for updating parameters during 
connection. */
         if (user->owner)
             user->argv_handler = guac_argv_handler;
 
     }
 
+    /* Process some resources when users leaving */
+    user->leave_handler = guac_rdp_user_leave_handler;

Review comment:
       Yes, I think so.
   We can set this handler at `client` level.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to