Multiplexes several actors over one transport: frames posted through the
returned transport are tagged with key, and only frames tagged with key
are delivered to its subscribers. Use one key per served actor, and one
RemoteActor per key on the other side.
Multiplexes several actors over one transport: frames posted through the returned transport are tagged with
key, and only frames tagged withkeyare delivered to its subscribers. Use one key per served actor, and one RemoteActor per key on the other side.