想问下workerman/http-client 能在php-fpm下使用吗?还是只能用于workerman...
容器跑1 起一个resgister 服务 容器2 起一个gateway 服务gw1 注册到resgister 容器3 起一个gateway 服务gw2 注册到resgister 容器4 起一个business 服务bus1 注册到resgister 容器5 起一个business 服务bus2 注册到resgister 客户端1连接容器2的gw1服务然后发数据 客户端2连接容器3的gw2服务然后发数据 容器4的bus...