Skip to content

fix(synchronization): correctly cleanup key#1591

Open
tkan145 wants to merge 1 commit into
3scale:masterfrom
tkan145:refactor-synchronization
Open

fix(synchronization): correctly cleanup key#1591
tkan145 wants to merge 1 commit into
3scale:masterfrom
tkan145:refactor-synchronization

Conversation

@tkan145

@tkan145 tkan145 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Previously, synchronization.run called self.release(key), which sends the key
as self. Therefore, inside the release function, it becomes key.semaphore with
a nil value, so the key is never released.
@tkan145 tkan145 requested a review from a team as a code owner June 15, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant