I'm facing an issue in the Azure Face API. It was working fine earlier. Facing the below error An existing connection was forcibly closed by the remote host.
Could you please let me know what could be the reason for the same.
try
{
await faceServiceClient.DeletePersonGroupAsync(_groupId);
}
catch (Microsoft.ProjectOxford.Common.ClientException exC)
{
}
catch (FaceAPIException ex)
{
}