This commit is contained in:
DieMyst
2021-04-29 14:15:20 +03:00
parent 00b92812be
commit af1994fac3
8 changed files with 43 additions and 87 deletions

View File

@ -182,14 +182,17 @@ export async function iterateAndPrintParallel(client: FluenceClient, nodes: stri
(seq
(seq
(seq
(seq
(call relay ("op" "identity") [])
(call s ("peer" "identify") [] ads)
)
(call relay ("op" "identity") [])
(call s ("peer" "identify") [] ads)
)
(call relay ("op" "identity") [])
(call %init_peer_id% ("callbackSrv" "c") [ads])
)
(call %init_peer_id% ("callbackSrv" "c") [ads])
(call relay ("op" "identity") [])
)
(call relay ("op" "identity") [])
(call %init_peer_id% ("op" "identity") [])
)
(next s)
)