spiral / roadrunner-bridge

🌉 RoadRunner bridge to Spiral Framework
https://spiral.dev/docs/packages-roadrunner-bridge
MIT License
13 stars 6 forks source link

Fix `proto_path` params order #106

Closed roxblnfk closed 1 month ago

roxblnfk commented 1 month ago
Q A
Bugfix? ✔️
Breaks BC?
New feature?

Fixed an issue related with wrong import proto path parameters order. If a few services in different import directories have the same name, an exception might be thrown: _Input is shadowed in the --proto_path by "....proto". Either use the latter file as your input or reorder the --protopath so that the former file's location comes first.

See https://stackoverflow.com/questions/69075367/assemble-error-while-using-latest-grpc-plugin-on-android-input-is-shadowed-in/78821330#78821330