Releases: walkor/GatewayWorker
Releases · walkor/GatewayWorker
v3.0.7
Fix onClose session is null when use GatewayClient update session.
v3.0.5
Make sure session is up to date.
v3.0.3
Gateway::closeClient($msg); support close client with a message.
Print SQL when error occurs.
v3.0.2
GatewayWorker/Lib/Db has been deprecated.
Please use Workerman/MySQL instead.
See here for detail.
v3.0.1
add businessWorker->sendToGatewayBufferSize attribute
add gateway->sendToClientBufferSize attribute
add gateway->sendToWorkerBufferSize attribute
add DbConnection->orderByDESC($col) method
v3.0.0: Merge pull request #16 from CismonX/master
Override onWorkerStop callback.
v2.0.7
sendToAll/SendtoGroup add $exclude_client_id $raw params
Some performance optimization
v2.0.4
Event.php rename to Events.php.
Events::onWorkerStart Events::onWorkerStop support.
Add Gateway::getAllClientCount() Gateway::isUidOnline($uid) method.