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
As the issue title suggests - cpp-driver (most probably - need to investigate how it's done!!!) awaits all pending futures when closing the session (cass_session_close).
The test mentioned in the title strongly suggests such behavior on cpp-driver side. We should do it as well.