Skip to content

Making CachingConfig possible in Hocon #157

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

Closed
Aaronontheweb opened this issue Dec 27, 2019 · 1 comment
Closed

Making CachingConfig possible in Hocon #157

Aaronontheweb opened this issue Dec 27, 2019 · 1 comment
Milestone

Comments

@Aaronontheweb
Copy link
Member

This class is the source of many compilation errors in Akka.NET currently: https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka/Dispatch/CachingConfig.cs

Without it, some of the performance-critical areas in Akka.NET can't utilize HOCON effectively: akkadotnet/akka.net#4128

It's probably easier to port this to HOCON than it is to make the Config class virtual in all necessary areas and then implement this in Akka.NET, although

@Aaronontheweb
Copy link
Member Author

Should be implemented via #165

This was referenced Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant