how to efficiently use whenCompleteAsync #1690
Unanswered
jigneshmpatel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing the code where I have to return the connection to pool after the cache object removed.
Following is my sample code:
However when I tried to print the key value, it prints totally different key
. So how to track that if the object is deleted asynchronously so that connection object can be returned to the pool.
Beta Was this translation helpful? Give feedback.
All reactions