こちらのページは旧SkyWayの情報です。新しいSkyWayに関する情報はこちら

Skyway call forward to every available peers

Comments

1 comment

  • Avatar
    Yoshimasa Iwase

    What's you want to implement is I think Parallel forking.

    The signaling mechanism of SkyWay doesn't support the Parallel forking but you can do some tweak in you app code like:

    • Every time you call a peer, create Peer() instance, then use call() method with the created Peer
    • After connected one of peers, use "Peer.close()" for other peers you don't need any more

    This idea just happens to my mind and there may be better ideas. HTH.

    0
    Comment actions Permalink

Please sign in to leave a comment.