docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
853 stars 205 forks source link

use error channel for Watch/WatchTree #139

Open danielkrainas opened 7 years ago

danielkrainas commented 7 years ago

This addresses #28 by swapping out error for <-chan error and adds a helper to create a preloaded channel for immediate error'd returns.

danielkrainas commented 7 years ago

Just wanted to bump in case this hasn't gotten eyes because of the build failure: looks like the build failed because of the DNS DDoS that was going on at the time and killed GH intermittently.