New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design / API Changes upcoming #239
Comments
What's going on? |
@linkerlin The mentioned issue specifies the changes we're doing. Mainly it is 1) removing PID.Tell/Request in favor of the newly introduced RootContext (to allow for better middleware support) and 2) renaming of some core concepts, e.g. Tell-> Send, LocalProcess->ActorProcess, LocalContext->ActorContext From a user's POV it shouldn't be too bloody, we're mainly restructuring the API surface a bit. It is breaking though, hence the heads-up |
Any news? Any progress? |
Any update? |
We have been doing some major API re-work on the .NET side of things.
asynkron/protoactor-dotnet#404
This will cause some breaking changes once implemented for Go.
But it is for the greater good, consistent API, better testability and observability.
The text was updated successfully, but these errors were encountered: