Skip to content
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

net.DialTimeout failed with network #56

Open
okami-chen opened this issue Oct 7, 2023 · 2 comments
Open

net.DialTimeout failed with network #56

okami-chen opened this issue Oct 7, 2023 · 2 comments

Comments

@okami-chen
Copy link

hotgo/server/internal/library/network/tcp/client.go:166: connect to 127.0.0.1:8099 error: net.DialTimeout failed with network "tcp", address "127.0.0.1:8099", timeout "10s": dial tcp 
127.0.0.1:8099: connectex: No connection could be made because the target machine actively refused it.

@bufanyun
Copy link
Owner

bufanyun commented Oct 8, 2023

当tcp服务器没有启动时会出现这个错误,这是正常的。当tcp服务器启动以后,默认的所有tcp客户端都会进行重连

@Arc-zlz
Copy link

Arc-zlz commented Oct 15, 2023

当tcp服务器没有启动时会出现这个错误,这是正常的。当tcp服务器启动以后,默认的所有tcp客户端都会进行重连

这个服务是什么服务,怎么启动

bufanyun pushed a commit that referenced this issue Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants