Skip to content

Sending UniqueNode as top level message fails to serialize #1054

@ktoso

Description

@ktoso

We used to use protobuf for it, which how clashes with our DA serialization infra...
We probably should give up on mixing proto and codable for now...

Reproducer:

distributed actor X {
  distributed func test(node: UniqueNode) {} // will boom
}

try await X(actorSystem: actorSystem).test(node: actorSystem.cluster.uniqueNode)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions