Skip to content

First Stable Release

Latest
Compare
Choose a tag to compare
@gusaul gusaul released this 13 Nov 05:11
· 30 commits to master since this release
933fc06
  • Recognize and provide list of services and methods inside it as an options.
  • Automatically recognize schema input and compose it into JSON based.
  • Save established connection, and reuse it for next invoke/request (also can close/restart connection).

NB: In this version, once you have connection from gRPCox, it'll keep connection and descriptor reflection always live, so you wouldn't be able to close gracefully your gRPC server before close connection from gRPCox. BUT, this way will make all functionality faster.