Description
That is, if you call lcb_wait(..., LCB_WAIT_NOCHECK). But, that only happens on servers < 6.5. If the cluster is 6.5 or 6.5 with dev preview on, the callback is still synchronous but the wait returns immediately.
PYCBC-835 was where I noticed this, and my workaround is to just use LCB_WAIT_DEFAULT. Perhaps when this is addressed, I can rethink that change?