You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is broken in the latest release of Akka.Net 1.4.1. Please reopen this issue. It is no longer automatically loading the akka section in the app.config file. Reverting back to 1.3.18 works fine.
It looks like commit c19b2d0 changed the method ActorSystem.Create(string name) to use return CreateAndStartSystem(name, ConfigurationFactory.Default());
where before it used return CreateAndStartSystem(name, ConfigurationFactory.Load());
The ConfigurationFactory.Default() uses the "Akka.Configuration.Pigeon.conf" resource, where .Load() loads it from app.config or web.config
This is broken in the latest release of Akka.Net 1.4.1. Please reopen this issue. It is no longer automatically loading the akka section in the app.config file. Reverting back to 1.3.18 works fine.
Originally posted by @ejohn54 in #671 (comment)
The text was updated successfully, but these errors were encountered: