GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-server/pull/39
GUACAMOLE-171: Move broadcast socket to public API
This change refactors the previously-private broadcast socket, bringing it
into the public portion of the libguac API. Downstream users can now create
`guac_socket` instances with broadcast semantics using the
`guac_socket_broadcast()` function.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-server
broadcast-socket
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-server/pull/39.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #39
----
commit 98b92f0900cd579cab24c5640cf55d7b0fc5c5f8
Author: Michael Jumper <[email protected]>
Date: 2016-12-21T07:58:53Z
GUACAMOLE-171: Separate broadcast socket from client. Ensure socket remains
threadsafe even if no users are connected.
commit 7a65a63aa9c7e6721652b5f2b6c449bcf840ccb1
Author: Michael Jumper <[email protected]>
Date: 2016-10-07T20:09:59Z
GUACAMOLE-171: Do not require knowledge of broadcast socket internals (do
not acquire write lock around join/leave handlers).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---