我们假设我们有A和B,配置了远程(netty.udp)(没有集群)。两者都开始在不同的端口。 A中的Actor通过路由(使用RemoteRouterConfig和地址)向B中的actor发送消息。他们都得到了并回复。工作完成后A终止。一段时间后,B记录一个解除关联消息。
No response from remote. Transport failure detector triggered. (internal state was Open)
Association with remote system [akka.udp://folder@127.0.0.1:2552] has failed, address is now gated for [5000] ms. Reason: [Disassociated]
如果我们再次启动A并尝试向B actor发送消息,则消息不会得到任何回复。有没有办法防止这种分离?或者当A开始时再次连接的方式?