-
Notifications
You must be signed in to change notification settings - Fork 44
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
Roadmap #11
Comments
Right now I'm working on them alone and in irregular manner, so no explicit roadmap was necessary. But it's acutally a good idea, no matter if we speak about single person or collaboration development. |
Yeah it would be great to see what you (or anyone) are actually working on and which of them are just idea floating around for now. It's also easier for any potential contributors to know what they can grab for a PR. What are you thinking of? A table with the names on whose working on what, or? |
While this will need to wait for a proper documentation, initial roadmap looks like this: [Edited: 2016-06-10] > 0.4
0.4
0.3
0.2
0.1
|
@Horusiath Could you please give us update on the current roadmap? Thanks! |
@gsomix right now I'm mostly occupied with implementing changes in akka.net core repository. Some of the changes I was thinking about changing how actor handles incoming messages - split this behavior in two (one for user-defined messages and one for system-defined ones). This would allow us to avoid retyping actor refs in situations when your actor needs to react on both user and system messages. Problem with that is that is a breaking change and Akkling is already used in many production systems. |
Since Akkling is being used in many production environment, do you still consider this as an experimental project? |
I don't really mind the breaking changes, as long as major version is changed? As is, it feels odd to use Actor to use System messages |
I see some great enhancements added as issues, could you add a roadmap on what issues you (or others) are working on?
The text was updated successfully, but these errors were encountered: