Skip to content

InterBrokerRouter needed to update. found bug in line 207 #11

Description

@KamranShahid

I am working on .net 4.7 and netmq latest version.
Getting error at line var peerIdx = rnd.Next(peers.Count - 2) + 2;
it should be
var peerIdx = rnd.Next(0, peers.Count);

Anybody look into it by running it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions