Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Fix edge case where interface can get stuck unjoined #5

Merged
merged 1 commit into from
Aug 23, 2019

Commits on Aug 22, 2019

  1. Fix edge case where interface can get stuck unjoined

    There is apparently an edge case where the changed and broken handlers
    can get queued in a hook and fire in that order leading to no subsequent
    changed handlers being queued and the flags all being left cleared. It's
    safer overall to include joined in the handler conditions so that even
    if something strange happens, it will sort itself out into the stable
    state.
    johnsca committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    88e7e25 View commit details
    Browse the repository at this point in the history