Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
F# 远程服务器没有对出站关联的响应。员工在[15000毫秒]后超时_F#_Akka_Akka.net_Akka Remote Actor_Akka Remoting - Fatal编程技术网

F# 远程服务器没有对出站关联的响应。员工在[15000毫秒]后超时

F# 远程服务器没有对出站关联的响应。员工在[15000毫秒]后超时,f#,akka,akka.net,akka-remote-actor,akka-remoting,F#,Akka,Akka.net,Akka Remote Actor,Akka Remoting,有人知道为什么会出现关联错误吗 我有一个服务器和客户端系统,客户端的参与者通过Akka远程处理向服务器参与者发送消息,服务器和客户端位于同一台本地计算机上,但使用不同的端口 服务器客户端出错: [ERROR][12/1/2020 3:59:28 AM][Thread 0021][akka.tcp://RemoteSystem@localhost:8876/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2FRe

有人知道为什么会出现关联错误吗

我有一个服务器和客户端系统,客户端的参与者通过Akka远程处理向服务器参与者发送消息,服务器和客户端位于同一台本地计算机上,但使用不同的端口

服务器客户端出错:

[ERROR][12/1/2020 3:59:28 AM][Thread 0021][akka.tcp://RemoteSystem@localhost:8876/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2FRemoteSystem%40localhost%3A8080-1] No response from remote for outbound association. Associate timed out after [15000 ms].
[WARNING][12/1/2020 3:59:28 AM][Thread 0019][remoting (akka://RemoteSystem)] Tried to associate with unreachable remote address [akka.tcp://RemoteSystem@localhost:8080]. Address is now gated for 5000 ms, all messages to this address will be delivered to dead letters. Reason: [Association failed with akka.tcp://RemoteSystem@localhost:8080] Caused by: [System.TimeoutException: No response from remote for outbound association. Associate timed out after [15000 ms].   
   at Akka.Remote.Transport.AkkaProtocolTransport.Associate(Address remoteAddress, Nullable`1 refuseUid)
   at Akka.Remote.EndpointWriter.AssociateAsync()]
服务器端错误:

[ERROR][12/1/2020 3:53:29 AM][Thread 0020][akka.tcp://RemoteSystem@localhost:8080/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2F%2FRemoteSystem%40%5B%3A%3Affff%3A127.0.0.1%5D%3A57235-1] No response from remote for 
inbound association. Handshake timed out after [15000] ms
我的理解是,握手不是从客户端到服务器实现的

当我使用20个客户端参与者向服务器发送消息并等待回复时,它可以工作,但使用25个以上的客户端参与者时,它就不工作了


任何帮助都将不胜感激。

您能发布服务器和客户端的代码吗?您能发布服务器和客户端的代码吗?