Add as const
to UnimplementedService definition
#239
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
With
as const
the typeofdefinition
would keep the information of each method in type space, so that we can properly calculate on it.Currently, the value of
requestStream
andresponseStream
are automatically widen into boolean.The text was updated successfully, but these errors were encountered: