-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
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
startnode主动结束进程之后,再想连接admin会显示refuse #6
Comments
啊,不好意思,这么久才看到你的issue,十分抱歉~ |
已更新代码及release,现在admin会持续接受startnode的连接了~ |
感谢大佬的付出以及耐心对待每个问题,谢谢! |
startnode主动结束agent进程之后,再想连接admin会显示refuse,只能通过结束admin进程重新开启新的监听再次连接
agent端:
C:\Users\xxx\Desktop>windows_x64_agent.exe -c xx:7000
2020/10/27 16:24:01 Node starting......
[Ctrl+C]
C:\Users\xxx\Desktop>windows_x64_agent.exe -c xx:7000
2020/10/27 16:24:11 Node starting......
2020/10/27 16:24:21 [*]Connection refused!
admin端:
C:\Users\xxx\Desktop>windows_x64_admin.exe -l 7000
(admin) >> 2020/10/27 16:24:00 [*]StartNode connected from xxxxx:53019!
(admin) >> tree
StartNode[1]'s child nodes:
There is no child node for this one.
agent结束进程后
(admin) >> 2020/10/27 16:24:09 [*]StartNode seems offline
再次尝试连接
(admin) >> tree
(admin) >>
(admin) >> tree
(admin) >>
注:admin端的7000端口检测是开放的,但是就是连不了,貌似port在被连接一次后即使开放也无法使用
The text was updated successfully, but these errors were encountered: