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 OM 862 - Race condition between schedule-render! and send cb's reconcile! that prevents some future reconciling #863

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    e01b821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b3e702 View commit details
    Browse the repository at this point in the history
  3. Make sure to schedule-render! after queueing components or reads.

    Otherwise, this doesn't work when merged with om-860 because the devcards for
    om-860 also exposes a race condition with the overriding om/*raf* we define in
    this branch.
    bnoguchi committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    16fa60f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

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