asynkron / protoactor-go

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
5.02k stars 521 forks source link

Improve code generation #988

Closed rogeralsing closed 8 months ago

rogeralsing commented 9 months ago

In .NET, we have special handling for Google.Protobuf.Empty in the Grain code generator. e.g. if it is in the input args. we generate a client and grain that doesn´t need any input. And for the return type, we generate code that just returns a Task (a future with no return value)

We should do something similar here

rogeralsing commented 9 months ago

cc @qazwsxedckll