We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我把openjob-server 部署到云服务器上,同时配置akka {AKKA_REMOTE_HOSTNAME} 为 公网ip地址,{AKKA_BIND_HOSTNAME}为当前服务器真实ip , 我本地连接却报错 Openjob worker initialize failed! java.lang.RuntimeException: Must ask fail! path=/user/worker anchor=akka://openjob-server@公网ip地址:25520/的异常
The text was updated successfully, but these errors were encountered:
问题有解决吗?我遇到了相同的问题,同时我看到server端报错[akka://[email protected]:25588]... Connect timeout of Some(5000 milliseconds) expired. 意思是Server也需要能直接访问到客户端端口吗? 这在我的网络环境里是做不到的。 有没有办法让客户端单向连接服务器呢?
Sorry, something went wrong.
stelin
No branches or pull requests
当我把openjob-server 部署到云服务器上,同时配置akka {AKKA_REMOTE_HOSTNAME} 为 公网ip地址,{AKKA_BIND_HOSTNAME}为当前服务器真实ip , 我本地连接却报错 Openjob worker initialize failed! java.lang.RuntimeException: Must ask fail! path=/user/worker anchor=akka://openjob-server@公网ip地址:25520/的异常
The text was updated successfully, but these errors were encountered: