Skip to content

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

@KamranShahid

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?

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