这是一段代码:
//Publishing the topic snsClient.Publish(new PublishRequest { Subject = Constants.SNSTopicMessage,Message = snsMessageObj.ToString(),TopicArn = Settings.TopicArn });
我收到以下错误:
The underlying connection was closed: A connection that was expected
to be kept alive was closed by the server.
这是详细错误的屏幕截图: