[🐛 BUG]: Error 'empty ID is not allowed' for 'forceRelease' method. #2050
Closed
Description
No duplicates 🥲.
- I have searched for a similar issue in our bug tracker and didn't find any solutions.
What happened?
RoadRunner\Lock\Lock::forceRelease(string $resource): bool - method throws RPC exception with message "Error 'empty ID is not allowed'". It may be caused by check in https://github.com/roadrunner-server/lock/blob/05729ecc410d2c61a7124da03c6d7d235063c284/rpc.go#L105
Version (rr --version)
2024.2.1
How to reproduce the issue?
Set up RPC server in .rr.yaml. Create lock for resource and try forceRelease() method.
Relevant log output
Spiral\\Goridge\\RPC\\Exception\\ServiceException: Error 'empty ID is not allowed' on tcp://0.0.0.0:6001
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done