我正在运行c#应用程序,它将设备中的遥测信息发送到天蓝门户网站中的iot-hub帐户。
在运行服务时,我收到了以下错误。
System.AggregateException: One or more errors occurred. ---> Microsoft.Azure.Devices.Client.Exceptions.IotHubException: Put token failed. status-code: 500, status-description: Unable to retrieve AMQP Artifacts for iothub.xxx-iothub.173358.6eb6f09e/14c2bb95-0ea1-4fe4-86c6-xxxxxxx. Timeout: 00:00:45..
at Microsoft.Azure.Devices.Client.Transport.AmqpTransportHandler.<SendAmqpMessageAsync>d__27.MoveNext()
任何人都可以向我澄清这个错误的含义吗?