Uh oh!
There was an error while loading. Please reload this page.
Switched from AsyncDuplicateLock to AsyncKeyedLock - #191
Switched from AsyncDuplicateLock to AsyncKeyedLock#191MarkCiliaVincenti wants to merge 52 commits into
Conversation
MarkCiliaVincenti
commented
Nov 28, 2022
MarkCiliaVincenti
commented
Dec 9, 2022
@nickevansuk nudge :) |
MarkCiliaVincenti
commented
Dec 13, 2022
nickevansuk
commented
Dec 13, 2022
Thanks for this @MarkCiliaVincenti, very helpful - note that it has previously failed in CI for .NET Framework. Have approved a new run so fingers crossed this time it passes... otherwise it probably just needs a dependency update in the .NET Framework project. |
MarkCiliaVincenti
commented
Dec 13, 2022
Does it usually take this long? |
MarkCiliaVincenti
commented
Dec 13, 2022
OK, made some changes, try again now @nickevansuk? |
MarkCiliaVincenti
commented
Dec 13, 2022
@nickevansuk framework ones are failing halfway through. I see it's been a long time since these tests have passed. I'm not convinced the changes I made have broken anything. What are your thoughts? |
MarkCiliaVincenti
commented
Dec 19, 2022
nickevansuk
commented
Jan 23, 2023
It looks like there's some issue with .NET Framework that requires some investigation on our side? Is that right? If so have added it to the backlog |
MarkCiliaVincenti
commented
Jan 23, 2023
There must be. I guess that's a prerequisite for this getting merged? |
nickevansuk
commented
Jan 23, 2023
Afraid so - we can't release something that fails CI |
MarkCiliaVincenti
commented
Feb 9, 2023
@nickevansuk any luck so far? |
nickevansuk
commented
Feb 10, 2023
Nothing yet - hoping to get some time to look in the next couple of weeks. It's a deep issue so needs some proper investigation. |
MarkCiliaVincenti
commented
Feb 25, 2023
OK, I updated to 6.2.0 meanwhile although there are no changes that affect you unless you would consider using the new striped locking technique instead. |
MarkCiliaVincenti
commented
Mar 23, 2023
@nickevansuk any luck yet? |
MarkCiliaVincenti
commented
May 14, 2023
@nickevansuk do you intend on fixing the persistent issue or shall I close the PR? |
MarkCiliaVincenti
commented
Dec 21, 2023
Can you please try now @nickevansuk ? |
MarkCiliaVincenti
commented
Nov 11, 2024
Shall we close this @nickevansuk ? |
Switched from AsyncDuplicateLock to AsyncKeyedLock, which provides better performance and lower memory usage.