Avatar
最初のクラスター参加にはサービスディスカバリーの仕組みが何かしら必要です。
11:18 AM
Distributed actors transport example, for feature review - swift-sample-distributed-actors-transport/SampleApp at main · apple/swift-sample-distributed-actors-transport
11:18 AM
一番最初って確かにどうすればいいんでしょうね?↑のどこかにあるはず
11:19 AM
let remoteRoom = try ChatRoom.resolve(room.id, using: chatter.actorTransport) try await chatter.join(room: remoteRoom) }
11:20 AM
見て思い出した。resolveメソッドを使うんだ。 (edited)
11:20 AM
その引数のIDを、何らかの方法で手に入れればいい。
11:21 AM
このIDの正体は、トランスポートの実装次第だけど、大体のケースではIPアドレスとポートとインスタンスIDだろう。