module ActionCable::Server::Connections

def open_connections_statistics

def open_connections_statistics
  connections.map(&:statistics)
end