Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConcurrentModificationException when using broadcast #902

Merged
merged 3 commits into from Jul 10, 2019

Commits on Jun 11, 2019

  1. Synchronize access during broadcast

    Fix ConcurrentModificationException found during the investigation of TooTallNate#879
    marci4 committed Jun 11, 2019
    Copy the full SHA
    0c37336 View commit details
    Browse the repository at this point in the history
  2. Update Issue879Test.java

    Reduce the number of tests
    marci4 committed Jun 11, 2019
    Copy the full SHA
    23a1055 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Rework after review

    Copy the clients into a local list
    marci4 committed Jun 12, 2019
    Copy the full SHA
    d634714 View commit details
    Browse the repository at this point in the history