gpt4 book ai didi

asp.net-core - ASP.NET CORE 2.1 服务器调试时超时

转载 作者:行者123 更新时间:2023-12-01 19:08:44 24 4
gpt4 key购买 nike

'Error: Server timeout elapsed without receiving a message from the server.'.

我正在尝试调试一些服务器端代码,当我这样做时,客户端会在不到一分钟的时间内断开连接。

我仅使用 SignalR 与客户端通信,尚未使用 Controller 。

是否有任何设置可以禁用超时或至少使其比现在更长?

我的launchSettings.json:

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:26793",
"sslPort": 44386
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HTTPS_PORT": "44386"
}
},
"Api": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
}
}
}
}

最佳答案

感谢@Arhire Ionut

以下是如何增加 Javascript 客户端超时

hubConnection.serverTimeoutInMilliseconds = 100000; // 100 second

更多详细信息请点击这里=> https://github.com/aspnet/Docs/issues/6885

关于asp.net-core - ASP.NET CORE 2.1 服务器调试时超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49816245/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com