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
@fische thanks for the issue report. This scenario should be handled more gracefullly. Perhaps a codes.InvalidArgument/http.StatusBadRequest with a helpful message would be best.
Hi!
It appears that the runtime panics when you try to set a subfield of a non-object field in the query parameters.
For example, we will take the following protobuf:
With this protobuf, the runtime will panic, if you try to set a subfield (let's say
sth
) ofmsg
in the query parameters, like this:Here is the stacktrace from the panic:
The text was updated successfully, but these errors were encountered: