couchbase / go-couchbase

Couchbase client in Go
https://godoc.org/github.com/couchbase/go-couchbase
MIT License
321 stars 92 forks source link

Concurrency - Warning: Finalizing a bucket with active connections. #51

Open andrewwebber opened 9 years ago

andrewwebber commented 9 years ago

What is the correct usage to prevent such a warning https://github.com/couchbase/go-couchbase/blob/master/pools.go#L757

I would be great if there was documentation on correct usage within the context of an application server