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

Runtime exception #25

Closed
xlan8 opened this issue May 27, 2018 · 2 comments
Closed

Runtime exception #25

xlan8 opened this issue May 27, 2018 · 2 comments

Comments

@xlan8
Copy link

xlan8 commented May 27, 2018

Request.cs
line: 169
invoked function: tmprequest.EndGetRequestStream
version:2.0.16.77

call stack:

未经处理的异常: System.Net.WebException: 无法连接到远程服务器 ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 123.126.122.46:443
在 System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
在 System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult)
在 JumpKick.HttpLib.Request.b__30_0(IAsyncResult callbackResult) 位置 D:\qkwork\Depend.Lib\ThirdParty\httplib-2.0.16\JumpKick.HttpLib\JumpKick.HttpLib\Request.cs:行号 169
在 System.Net.LazyAsyncResult.Complete(IntPtr userToken)

@j6mes
Copy link
Owner

j6mes commented May 30, 2018

It appears to be an issue with the website you're trying to connect to

@j6mes j6mes closed this as completed May 30, 2018
@xlan8
Copy link
Author

xlan8 commented May 31, 2018

We used your“httplib” in the game server.
However, the process collapsed, suggesting exception handling and exporting error logs.

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

2 participants