Client-Side timeout

Hi,

if we try to connect to couchbase, the second request always return an error:
CouchbaseError: Client-Side timeout exceeded for operation. Inspect network conditions or increase the timeout (Error Code 23).

We like to open the bucket once in the constructor and call bucket.get where we need it, so we can use the connection everywhere. But this cause the error above.

If wie open the bucket every time if we use bucket.get, it works. Someone knows this problem? We like to open the connection only one.

How can we fix it?

Thanks in advance

Would you post the code you have implemented illustrating how you are opening the bucket and in what context?

JG