后端 swoole如何获取uid swoole中可以使用Server->bind获取uid,Server->bind将连接绑定一个用户定义的UID,可以设置dispatch_mode=5设置以此值进行hash固定分配。...