asyncpjax

Results 3 issues of asyncpjax

目前过期是抛出异常,没有具体的错误码啥的,怎么判断,难道try catch吗

help wanted

`ErrorException: Undefined property: AlibabaCloud\Credentials\Credential\Config::$endpointType in D:\phpstudy_pro\WWW\2023\tiaojie-php\vendor\alibabacloud\darabonba-openapi\src\OpenApiClient.php:118`

获取锁和给锁加过期时间应该要是原子操作,要在acquire方法里这样用 `$lock = $this->redis->set('my_lock', 1, ['nx' => true, 'ex' => $this->ttl])` 另外需要考虑锁重入、锁续命