-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix wrap function: nested wrap call on other cache instance - results in deadlock #967
base: main
Are you sure you want to change the base?
Conversation
…lts in deadlock - wrap function hangs indefinitely.
…ered by refreshThreshold (jaredwray#965) Co-authored-by: Jared Wray <[email protected]>
@yaronyam - can you resolve the conflicts from the previous merge so I can review? |
…lts in deadlock - wrap function hangs indefinitely.
…o bugfix/nested_wrap_deadlock # Conflicts: # packages/cache-manager/test/wrap.test.ts
sure. updated |
@yaronyam - thanks for your work on this. I make this an enhancement as I would like to provide the |
cool 👍 |
Let me know when you get those changes in and I will get this merged. |
… random string. expose Cache#cacheId() method to return cacheId.
updated with |
wrap
function: nestedwrap
call on other cache instance with same key - results in deadlock, wherewrap
function call hangs indefinitely