When I ignore GreenletExit
during getting foo
, getting bar
on the
same greenlet returns the result of foo
instead of bar
. It's a
critical issue because we could not believe the result of any operations.
This example reproduces the case of "wrong callback". I tested this with
couchbase-2.8.0
. But I've been experiencing the issue from long time ago.