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
We currently document ServerStream as the return type for server streaming types. This is not very useful, as we need to know what the type is that the ServerStream returns when you iterate over the results. Otherwise the only way for the customer to know what is returned is to make the call and wait, or to look at the source protos:
We currently document
ServerStreamas the return type for server streaming types. This is not very useful, as we need to know what the type is that theServerStreamreturns when you iterate over the results. Otherwise the only way for the customer to know what is returned is to make the call and wait, or to look at the source protos:Example:
A better solution would be to have the
@returnphpdoc look like this: