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
Found a bug in the local deployer when deploying local routers.
Changes in Akka.Configuration have improved our fallback support, which caused locally deployed routers to read a value from the fallback that was previously not found.
the "remote" setting for deployment returns empty string now, previously null.
We need to check for empty string also when determining if the deploy is local
The text was updated successfully, but these errors were encountered:
I think it is from the multi level hocon fallback. and that is already in Nuget, right?
It has nothing to do with remoting or InjectTopLevelFallback or such.
There is a "remote" key for deployment, which contains the path to deploy to.
previously that key returned null, now it returns emptystring which is not tested for.
Found a bug in the local deployer when deploying local routers.
Changes in Akka.Configuration have improved our fallback support, which caused locally deployed routers to read a value from the fallback that was previously not found.
the "remote" setting for deployment returns empty string now, previously null.
We need to check for empty string also when determining if the deploy is local
The text was updated successfully, but these errors were encountered: