swoft icon indicating copy to clipboard operation
swoft copied to clipboard

🚀 PHP Microservice Full Coroutine Framework

Results 117 swoft issues
Sort by recently updated
recently updated
newest added

```php public function mset(array $keyValues, int $ttl = 0): bool { $result = $this->command('mset', [$keyValues]); //第一次使用command会释放连接 if ($ttl === 0) { return $result; } foreach ($keyValues as $k => $v)...

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | yes/no | Swoft version | 2.0.11 (by `php bin/swoft -V`) | Swoole version...

swoft: db
swoft: config
swoft: aop

![image](https://user-images.githubusercontent.com/46362400/130754182-89131505-79b1-4bae-a576-fe3380cc9c94.png) 配置原因还是什么???

swoft: websocket
swoft: config

因为rpc协议也是守护进程的方式,但每一次更新代码都需要重启rpc进程,但在重启过程当中会异常有原有请求中断,怎么避免这种情况的发生。

swoft: rpc

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | 2.0.11 | Swoole version | 4.6.7 | PHP...

swoft: db

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | yes | Swoft version | 2.0.10 | Swoole version | 4.5.7 | PHP...

swoft: db
swoft: config

| Q | A | ------------------- | ----- | Bug report? | yes/no | Feature request? | yes/no | Swoft version | x.y.z (by `php bin/swoft -V`) | Swoole version...

**Describe the bug** The website is not reachable **Expected behavior** Th website to be reachable **Screenshots** No website no sreenshot :D I hope will be up and running soon.

question

| Q | A | ------------------- | ----- | Bug report? | yes/no | Feature request? | yes/no | Swoft version | x.y.z (by `php bin/swoft -V`) | Swoole version...

bug: waiting fix
swoft: db

看了一下官方文档,完全没找到单元测试的那块内容。在swoft的test中找到文档,提示用php test/run.php -c phpunit.xml --testsuite unitTests 但没有详细的demo教程,能不能出一份呢?

question: usage