Skip to content

Conversation

alexvaluyskiy
Copy link
Contributor

@alexvaluyskiy alexvaluyskiy commented Mar 14, 2017

c.Tell(new ClusterClient.Send("/user/service2", "bonjour4", localAffinity: true));
var reply = ExpectMsg<ClusterClientSpecConfig.Reply>(10.Seconds());
reply.Msg.Should().Be("bonjour4-ack");
reply.Node.Should().Be(remainingContacts.First().Address);

// TODO: bug, cannot compare with a logsource
var logSource = $"{Sys.AsInstanceOf<ExtendedActorSystem>().Provider.DefaultAddress}/user/client4";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't compare akka://MultiNodeClusterSpec/user/client4#723777256 with akka://MultiNodeClusterSpec/user/client4

@alexvaluyskiy alexvaluyskiy force-pushed the thelastclustertoolschanges branch from b41da1a to 286cd48 Compare April 1, 2017 14:12
@alexvaluyskiy alexvaluyskiy force-pushed the thelastclustertoolschanges branch from 3654ba6 to 8f24fb2 Compare April 2, 2017 07:22
@@ -693,15 +695,15 @@ public sealed class CurrentTopics : IEquatable<CurrentTopics>
/// <summary>
/// TBD
/// </summary>
public string[] Topics { get; }
public IImmutableSet<string> Topics { get; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be some type of Set, like in JVM

@Aaronontheweb Aaronontheweb merged commit f4a7fc3 into akkadotnet:dev Apr 4, 2017
@alexvaluyskiy alexvaluyskiy deleted the thelastclustertoolschanges branch April 24, 2017 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants