Skip to content

Commit 8f45d70

Browse files
Added HOCON comment for akka.actor.serialization-settings.primitive.use-legacy-behavior (#5292)
Links to our upgrade advisory page here: https://getakka.net/community/whats-new/akkadotnet-v1.4-upgrade-advisories.html#upgrading-to-akkanet-v1426-from-older-versions
1 parent 302e3cb commit 8f45d70

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/core/Akka.Remote/Configuration/Remote.conf

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
akka {
1212
actor {
1313
serialization-settings {
14-
primitive {
15-
use-legacy-behavior = on
16-
}
14+
primitive {
15+
# Resolves an edge-case issue introduced in Akka.NET v1.4.20
16+
# Described here: https://getakka.net/community/whats-new/akkadotnet-v1.4-upgrade-advisories.html#upgrading-to-akkanet-v1426-from-older-versions
17+
use-legacy-behavior = on
18+
}
1719
}
1820

1921
serializers {
@@ -600,4 +602,4 @@ akka {
600602
}
601603
}
602604

603-
}
605+
}

0 commit comments

Comments
 (0)