I have a network of 12 peers (6 orgs each one has 2 peers) but once I'm trying to retrieve all channel peers in node js app by using channel.getpeers() only it returns 2 orgs peers and I have to manually add the rest then send the proposal through all to sign.
I have checked all peers inside the cli and I saw all of them join the channel properly, do you have any idea why this method only returns 4 peers?