You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This switch does not use path prefix from constructor in ANY way, which we specify when registering the handler. Looks like a serious mistake. Why pass a prefix if it's always the same?
Additional Information
No response
The text was updated successfully, but these errors were encountered:
This is probably a regression we introduced when upgrading from v6 spec to v7. v7 made the prefix optional...I guess we did not change all necessary code to reflect that.
Preflight Checklist
Version
v.0.9.1
PHP version
7.4
Go version
No response
Expected Behavior
When the path prefix is changed, the library continues to work.
Actual Behavior
When changing the path prefix, the library does not work.
Steps To Reproduce
.proto
filepackage apis.inter.services;
This switch does not use path prefix from constructor in ANY way, which we specify when registering the handler. Looks like a serious mistake. Why pass a prefix if it's always the same?
Additional Information
No response
The text was updated successfully, but these errors were encountered: