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
If I use same ResultType as StreamingResult in more than one method, NewResultTypeView(v) accepts only single MethodResponse type that is generated for the first declared method in DSL.
The text was updated successfully, but these errors were encountered:
shivuslr41
changed the title
Use ResultType as StreamingResult in more than one method.
Unable to use same ResultType as StreamingResult in more than one method.
Oct 14, 2022
If I use same
ResultType
asStreamingResult
in more than one method,NewResultTypeView(v)
accepts only singleMethodResponse
type that is generated for the first declared method in DSL.simple repro:
go version go1.18.7 linux/amd64
Goa version v3.10.1
Compile error can be found in generated file at ->
gen/grpc/streamer/client/client.go
Maybe related to this issue/fix: #2723
The text was updated successfully, but these errors were encountered: