-
make
go build ./...
package ./mailbox
imports github.com/AsynkronIT/protoactor-go/internal/queue/goring: use of internal package not allowed
package ./mailbox
imports github.com/AsynkronIT/prot…
-
Currently the GetSnapshotAsync returns a `Task` but it would be nicer to use the new named tuple support in C#7 - this will avoid the ugly Item1 and Item2 syntax.
For example, could have
`Task Ge…
-
Currently, the event index, which is used to read events and create/read snapshots, is driven by the Proto.actor. This creates issues when trying to support immutable event stores (like geteventstore.…
-
https://github.com/AsynkronIT/protoactor-go/issues/56
The C# implementation lacks the supervision support. this needs to be copied from Go
-
If a child actor throws when receiving the `Started` message, the parent will not get notified.
I assume that there is something missing in that sequence, e.g. that the parent is not yet set or somet…
-
Hello, i have next problem.
I have .net core web application created from template (.net core 1.1)
In Configure method of Startup class i spawn actor and store PID in static field.
Then i send mess…
-
Hi,
I was aware of this framework, these days began to learn.
In **examples/chat**, I found that the one client leave, server still send messages to it when other client chating.
How can I capt…
-
I cannot open the solution in VS 2015. I get the following error message in the output:
```
C:\Projects\other\protoactor-dotnet\examples\RemoteBenchmark\Messages\Messages.csproj : error : The def…
-
Hello,
I cloned and compiled your stack in VS2017 RC1 + Net.Core 1.1. Everything is running smoothly.
What I want to succeed is to use it as a simple but powerful managed actor system in-process,…
-
The problem arises especially when I need to respond to Sender PID.
As far as I see both endpoints needs to be servers to communicate (two channels established). Is it possible to do bi-directional…