Details
Description
Currently callbacks used on streaming APIs monitors are fired even if they are cancelled. We should check for cancellation before firing callbacks to avoid any unexpected behavior.
Currently callbacks used on streaming APIs monitors are fired even if they are cancelled. We should check for cancellation before firing callbacks to avoid any unexpected behavior.
Build couchbase-server-7.2.0-2154 contains cbas commit eef31be with commit message:
MB-53839: Check for cancelled before firing callbacks