simple-swoole / simps

🚀 A simple, lightweight and high-performance PHP coroutine framework.
https://simps.io
Apache License 2.0
469 stars 48 forks source link

update websocket and add support for swoole task #33

Closed mysteriouss closed 2 years ago

mysteriouss commented 3 years ago

In case of swoole tasks , and using websocket server handling context, check my v1.0 branch.

https://github.com/mysteriouss/simps/tree/v1.0

global $simps;

if($simps->_server->taskworker){

}else

}