Method: Net::SSH::Multi::Session#concurrent_connections

Defined in:
lib/net/ssh/multi/session.rb

#concurrent_connectionsObject

The number of allowed concurrent connections. No more than this number of sessions will be open at any given time.



138
139
140
# File 'lib/net/ssh/multi/session.rb', line 138

def concurrent_connections
  @concurrent_connections
end