You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that AsyncReadWriteBinding is released prior to subscriber notification (#676)
Previously the driver assumed that Mono#doOnTerminate is executed
prior to the subscriber being notified of completion. But it turns
out that behavior is not guaranteed in the Californium release of
Project Reactor (though it is in later releases). So instead,
now the SingleResultCallback that is used to notify the Mongo of
completion is wrapped by one that first releases the binding, and
Mono#doOnTerminate is no longer used.
JAVA-4027
0 commit comments