MG
Size: a a a
MG
RN
DS
MK
(->> nodes
(pmap (fn [{:keys [ip] :as node}]
[node (ping ip)]))
(doall))
DS
(->> nodes
(pmap (fn [{:keys [ip] :as node}]
[node (ping ip)]))
(doall))
DS
(->> nodes
(pmap (fn [{:keys [ip] :as node}]
[node (ping ip)]))
(doall))
MK
MK
MK
MK
DS
MK
DS
MG
pmap
работает правильно? Добавь в вывод и посмотри.MG
MG
If the host is null then an InetAddress representing an address of the loopback interface is returned.
вот ещё одна возможная засада.A
A