I'm running couchbase server 2.0 (dev preview 4) and using .net client library version 1.2.
When I add some document (json) to my database and then in few seconds (less then 10) I try to get this document via GetView through .net client library and it always returns old value on first query. Only on second query it returns actual value.
When I exec same query through REST api, it returns actual value.
Can anyone provide some information about this?