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
Remote.conf statesoff-for-windows as one of the possible values for tcp-reuse-addr, but 1.3.3 fails to start when used:
System.NotSupportedException: Unknown boolean format: off-for-windows
at Akka.Configuration.Hocon.HoconValue.GetBoolean()
at Akka.Remote.Transport.DotNetty.DotNettyTransportSettings.Create(Config config)
at Akka.Remote.Transport.DotNetty.DotNettyTransport..ctor(ActorSystem system, Config config)