I met a problem about etcd watch channel. seems that be closed,  but i can 
not reproduce it.

like this: 

```
for {
     ach := etcdClientV3.Watch(context.Background(), "/test", 
clientv3.WithPrefix())
     for {
          select {
             case wch := <- ach {
                   fmt.Println("recv chan")    
             }
          }
     }
}
```
the program print recv chan all the time. but I cannot reproduce  it , Is 
there any way to reproduce it

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/d7c2a224-1124-4c77-8627-d34a08ef3035n%40googlegroups.com.

Reply via email to