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

Ensure isEnabled = false won't start worker loop #2436

Merged
merged 3 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Ensure isEnabled = false won't start worker loop

    Inside PayloadSenderV2, we also now early exit when events get queued.
    
    Removed early exit from constructor, allow readonly fields to be initialized
    so that when we start adding nullable annotations not all of them have to be nullable
    Mpdreamz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0382786 View commit details
    Browse the repository at this point in the history
  2. formatting

    Mpdreamz committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1298275 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    2822c46 View commit details
    Browse the repository at this point in the history