swoole / swoole-src

🚀 Coroutine-based concurrency library for PHP
https://www.swoole.com
Apache License 2.0
18.48k stars 3.16k forks source link

1.7.18版本onReceive回调里面出发timer和after不执行 #338

Closed click-17 closed 8 years ago

click-17 commented 9 years ago

更新了 1.7.18 为什么 onReceive回调里面 出发timer和after都不执行,task可以

superbogy commented 9 years ago

1.7.18 ,ubuntu 14.01 php 5.5.9 ,ontask 里边调用 swoolle_server::finish()/ return . onFinish() 收不到任何信息。测试代码:https://github.com/swoole/swoole-src/blob/master/examples/task/task.php

matyhtf commented 8 years ago

使用1.8.1版本,已验证无此问题。