几分钟不活动后 Azure Blazor 应用间歇性错误
Azure blazor app intermittent error after few minutes of inactivity
我创建了一个 Blazor 网络应用程序。我已经使用 azure signal r 服务设置了 websocket。我面临 3 个间歇性问题
1.After 我有几分钟不活动
Cannot send data if the connection is not in the 'Connected' State.
2.Intermittently 我遇到以下错误
Failed to load resource: the server responded with a status of 504
(Gateway Time-out)
- 我在 jsruntime 调用后遇到另一个错误
Error: Circuit has been shut down due to error.
任何帮助将不胜感激
如果应用程序未发送到 rest,请检查 Azure 门户中的资源。
我创建了一个 Blazor 网络应用程序。我已经使用 azure signal r 服务设置了 websocket。我面临 3 个间歇性问题
1.After 我有几分钟不活动
Cannot send data if the connection is not in the 'Connected' State.
2.Intermittently 我遇到以下错误
Failed to load resource: the server responded with a status of 504 (Gateway Time-out)
- 我在 jsruntime 调用后遇到另一个错误
Error: Circuit has been shut down due to error.
任何帮助将不胜感激
如果应用程序未发送到 rest,请检查 Azure 门户中的资源。