We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af992fd commit f636dccCopy full SHA for f636dcc
1 file changed
GridDomain.Node/Configuration/Akka/Hocon/ActorConfig.cs
@@ -28,9 +28,10 @@ protected RemoteActorConfig(IAkkaNetworkAddress config) : this(config.PortNumber
28
public string Build()
29
{
30
string messageSerialization = "";
31
+
32
#if DEBUG
33
messageSerialization = @"# serialize-messages = on
- # serialize-creators = on";
34
+ serialize-creators = on";
35
#endif
36
var actorConfig = @"
37
actor {
0 commit comments