You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow gateways to accept connections when below minimum threshold
Gateways should be able to accept connections directly not just when they have 0 connections (bootstrap mode) but also when they're below their minimum connection threshold. This fixes the issue where peer2 couldn't connect in the test because the gateway had 1 connection and wasn't accepting new ones directly.
Co-authored-by: nacho.d.g <iduartgomez@users.noreply.github.com>
0 commit comments