mike-jumper opened a new pull request, #435: URL: https://github.com/apache/guacamole-server/pull/435
The function `guac_rdp_audio_buffer_ack()` is the only location in guacamole-server where a `guac_user` instance is accessed outside the context of a user-specific callback, a no-no in the libguac API. This change migrates that function such that it _is_ a callback, invoked by `guac_client_for_user()` (the function provided by libguac for exactly this purpose). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
