Skip to content
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

fix: fix posix semaphore blocks thread when there is no space left on device #29

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

azjezz
Copy link
Sponsor Contributor

@azjezz azjezz commented May 30, 2024

closes #28

… device

Signed-off-by: azjezz <azjezz@protonmail.com>
do {
$id = self::$nextId;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@trowski Could you have another look here? LGTM.

@trowski trowski merged commit 7e2f0cc into amphp:2.x Aug 3, 2024
0 of 4 checks passed
@trowski
Copy link
Member

trowski commented Aug 3, 2024

Thanks!

@azjezz azjezz deleted the fix/posix branch August 21, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

PosixSemaphore blocks when there is no space left on device.
3 participants