Skip to content

1.0.6

Compare
Choose a tag to compare
@bingcool bingcool released this 11 Jun 10:25
· 1139 commits to master since this release
  • 添加RpcClientManager管理器,可以方便的注册client服务实例,支持单sock连接(或者多socket连接)阻塞调用,单sock连接(或者多sock连接)并行调用,同时RpcClientManager可以在apache|php-fpm中使用
  • RPC的服务端和RPC的客户端支持多种方式获取整包数据,包头,包体
  • RPC配置服务化,简单配置服务即可快速搭建一个RPC的服务器和对应的RPC的服务端
  • 组件实例化支持配置闭包回调函数