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

Do not unregister the callback in the zk watcher #138

Merged
merged 2 commits into from
Sep 7, 2015

Commits on Sep 3, 2015

  1. Do not unregister the callback in the zk watcher

    Addresses incompatibility of per_callback threading in ZK, the way that
    synapse calls unsubscribe within the callback, and ruby 2.X really not
    liking joining on the current running thread.
    
    Should fix #137 #99 and possibly #94
    Joseph Lynch committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    844e1a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

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