mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-26 10:18:09 +02:00
811bb258d8
Add registered method change to sync stack server. ## Note * We're keeping both generic and registered handler in generated stubs (`*_pb2_grpc.py`) because registered method flow is not implemented in aysncio yet, since the stub is used for both sync and asyncio, we can't remove generic method flow until we fully implement the registered method flow in asyncio. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #36371 PiperOrigin-RevId: 629842051