twosee
twosee
**[自动回复] 为了中文搜索引擎收录以便于后人检索和Github各国友人参与理解所需,本repo只接受英文issue** **中文issue请前往[Swoole中文问答社区](https://wenda.swoole.com/)** **谢谢合作!**
[Robot]: Thank you for your BUG feedback. Please quickly confirm the following points to help us locate your problem: 1. If you upgraded manually instead of compiling for the first...
@laofu360 不需要包含标准输出的内容, valgrind使用-f只导出内存跟踪内容到文件即可, 你这个太大了, 我很难找到有用的信息
You must catch it and reconnect or server maybe killed by error or exception, if you catch it, you can output date by yourself.
emmm, you misunderstand, we should code as these: ```php // here is in onRequest event callback try{ // your code here if (cache){ throw new \ExitException(); // i want to...
every framework works like this.
I can't get recurrence on my mac, can you provide a recipe for reproducing the error? (log_level is an unsigned int, value -1 will make it become a big value...
@FoxLess I have tried it just now but I got the success result... ### With your code: ```bash php server.php disable_logging php client.php 16M ``` ### Result ``` PASS (16777216...
I suggest you to try to use Swoole 4.0, it's the best version.
why not `Co::getContext()['foo'] = $anything_you_want`