Equivalent of go-couchbase Bucket.Refresh()?

Hey @traun,

What kind of dropped connection are you referring to? gocb manages all connections internally, there should not be any need to manually reconnect to buckets when connections have dropped, the client will do that internally and continue processing operations as soon as possible.

Cheers, Brett