meta-soul / MetaSpore

A unified end-to-end machine intelligence platform
Apache License 2.0
642 stars 118 forks source link

Update asio grpc usage #158

Closed codingfun2022 closed 2 years ago

codingfun2022 commented 2 years ago

Fix #151

  1. Update asio-grpc usage according to issue #151
  2. Make server multi-threaded according to the official example: https://github.com/Tradias/asio-grpc/blob/master/example/multi-threaded-server.cpp
  3. Add GrpcClientContextPool and make client multi-threaded according to the official example: https://github.com/Tradias/asio-grpc/blob/master/example/multi-threaded-client.cpp