Fix adding the resource id to the available list
Some checks are pending
/ test (push) Waiting to run
Some checks are pending
/ test (push) Waiting to run
This commit is contained in:
parent
3eba6fc820
commit
04d964a9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -750,7 +750,7 @@
|
|||
(match waiter
|
||||
(#f
|
||||
(loop (1+ next-resource-id)
|
||||
(cons resource-details available)
|
||||
(cons next-resource-id available)
|
||||
waiters))
|
||||
((reply . timeout)
|
||||
(if (and timeout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue