Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文档中找不到答案,所以我在这里问。Akka.NET 是否保证消息的完整性?还是我需要为每条消息实现自己的 md5 哈希?我计划在演员之间传输 100Kb 大小的图像。因此,演员们必须完全接受它们。
谢谢你。
它们不会作为流接收。消息通过线路接收,然后完全反序列化。在代码中,您将获得完整的消息。