Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axfor/MetaStore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.13
Choose a base ref
...
head repository: axfor/MetaStore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.14
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 14, 2026

  1. fix: recover from panic when watch channel is closed during event send

    - Add defer/recover to sendHistoricalEvents, notifyWatches, and slowSendEvent
      to prevent "send on closed channel" panic during test cleanup
    - Fix TestLeaseRestart_Single_ExpiresAfterRestart timing issue by retrying
      key deletion check after async lease revoke
    axfor committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    ed2e43b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from axfor/x2

    fix: recover from panic when watch channel is closed during event send
    axfor authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    d915246 View commit details
    Browse the repository at this point in the history
Loading