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

update client event service based on PanTera updates #3839

Merged
merged 7 commits into from
Jun 14, 2024

Conversation

dgauldie
Copy link
Collaborator

Description

  • Include a summary of the changes and the related issue.
  • Include relevant motivation and context.

Resolves #(issue)

@bigglesandginger
Copy link
Contributor

This should be better, also I realise in my review I missed the anonymous functions inside the emitters which, if going with the locking approach, should also have been locking as access to a concurrent variable should be managed with locks. Though personally I dislike the Java 0.x synchronize method and prefer Java 1.6 Locks as they allow for differentation between read and write and more complicated senarios. Synchronize is a total hack of overloading every single object in Javaand should never have been allowed into the language... hurrumph.

@dgauldie dgauldie merged commit 2e7197c into main Jun 14, 2024
7 checks passed
@dgauldie dgauldie deleted the gauldie/update_client_event_service branch June 14, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants