Skip to content

Releases: gusaul/grpcox

First Stable Release

13 Nov 05:11
933fc06
Compare
Choose a tag to compare
  • 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.