This repository was archived by the owner on May 31, 2022. It is now read-only.
Replies: 2 comments 4 replies
|
Hi @Bibob7! Are you using spiral/php-grpc package? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, my PHPStorm tells me that the used
ServiceInterfacethat is used in my generated php stubs is deprecated. I wanted to solve this and build a new version of the stubs, but can not find an up to date version of the protoc-gen-pgp-grpc plugin.The version is in repository also contains a template with the usage of the deprecated ServiceInterface: https://github.com/spiral/roadrunner-plugins/blob/master/grpc/protoc_plugins/protoc-gen-php-grpc/php/template.go
Is there already an updated version?
All reactions