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
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)
The text was updated successfully, but these errors were encountered:
It appears to be an issue with the website you're trying to connect to
Sorry, something went wrong.
We used your“httplib” in the game server. However, the process collapsed, suggesting exception handling and exporting error logs.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: