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

fix: move interval assignment out of cctx loop #2842

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Commits on Sep 6, 2024

  1. move interval assignment out of cctx loop:

    those things should not mutate in the loop. As it was before
    they could mutate because outboundScheduleInterval could change.
    brewmaster012 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cc35c7c View commit details
    Browse the repository at this point in the history
  2. update changelog

    brewmaster012 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    721f403 View commit details
    Browse the repository at this point in the history