simplesurance/grpc-protobuf

This package is abandoned and no longer maintained. No replacement package was suggested.

gRPC protobuf composer wrapper package

v0.1 2019-11-25 10:08 UTC

This package is auto-updated.

Last update: 2023-09-29 08:43:49 UTC


README

This package contains custom patched files from the grpc/protobuf stack. At the moment, it only contains AbstractCall, which is patched to use a a lower default timeout when one is not provided. The stock version of the class fallsback to "infinite" if a timeout isn't provided.

Alternative version of vendor files are made available via composer options exclude-from-classmap and files. See the composer.json file for additional information.

Patched classes:

  • From grpc/grpc package -> Grpc/AbstractCall.php (patch: Grpc/AbstractCall.php.patch).