Skip to content

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

Merged
trowski merged 1 commit intoamphp:2.xfrom
azjezz:fix/posix
Aug 3, 2024
Merged

fix: fix posix semaphore blocks thread when there is no space left on device#29
trowski merged 1 commit intoamphp:2.xfrom
azjezz:fix/posix

Conversation

@azjezz
Copy link
Copy Markdown
Contributor

@azjezz azjezz commented May 30, 2024

closes #28

… device

Signed-off-by: azjezz <azjezz@protonmail.com>
$id = self::$nextId;

do {
$id = self::$nextId;
Copy link
Copy Markdown
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
@trowski
Copy link
Copy Markdown
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