Skip to content

Commit f636dcc

Browse files
author
andrey.leskov
committed
actor hocon config changes
1 parent af992fd commit f636dcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

GridDomain.Node/Configuration/Akka/Hocon/ActorConfig.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ protected RemoteActorConfig(IAkkaNetworkAddress config) : this(config.PortNumber
2828
public string Build()
2929
{
3030
string messageSerialization = "";
31+
3132
#if DEBUG
3233
messageSerialization = @"# serialize-messages = on
33-
# serialize-creators = on";
34+
serialize-creators = on";
3435
#endif
3536
var actorConfig = @"
3637
actor {

0 commit comments

Comments
 (0)