-
Can't compile ProtoGenerator located here: https://github.com/AsynkronIT/protoactor-dotnet/tree/dev/tools/ProtoGenerator
Missing references to project "protogen\protogen.csproj".
Or is this the …
-
Hey there,
Firstly, thanks for creating and maintaining this awesome project. We are using it in production in [Nakama](https://github.com/heroiclabs/nakama).
We'd like to create two extensions.…
-
https://github.com/AsynkronIT/protoactor-go/blob/dev/cluster/pid_cache.go#L65-L81
-
i'm very like this project, do you have any roadmap plans for it? and have any plans to support cluster, websocket?
arden updated
7 years ago
-
Hi,
When I play with protoactor examples, I find two problems in ClusterHelloWorld example.
1. Node1 can not reconnect to Node2 after restart,
2. If I first start Node1, then Node2, connectio…
-
Protobuf and Protoc are notoriously hard to set up, use and debug.
Therefore I have ported the C# cluster grain generator from Go + protoc to @mgravell's Protogen(WIP)
The current code can be foun…
-
In Go, we have this Protoc.exe generator:
https://github.com/AsynkronIT/protoactor-go/blob/dev/protobuf/protoc-gen-typedgam/template.go
We need to have a similar for C#.
It should be possible to…
-
Currently the outgoing middleware has all the parts it needs internally.
_but_, the `Process.SendUserMessage` has the signature: `(PID pid, object message, PID sender)`
which does not allow us for s…
-
It appears that the code generator iterates over the various elements in the proto-file calling different methods in the generator, a little bit like a visitor:
https://github.com/mgravell/protobuf-n…
-
Currently, running Chat example shows that "port 0" solution doesn't work as expected (I'm working on dev branch), i.e. whenever I specify a non-zero port in Client code I succeed in receiving (broaca…