Description
Library name and version
Azure.Communication.Chat 1.3.1
Query/Question
We're constantly seeing slower and slower response times from various chat sdk endpoints (using chat sdk from azure functions). Most endpoints are in +200 ms, but sometimes we get timeouts (code 499?)
This makes e.g. listing chat threads (GetAccessToken, GetMessages + GetReadReceipts) and some info about their contents, a rather "standard" use-case, almost unbearable from a ux perspective when each call takes such a long time.
InvocationId f04bd15e-a07b-4bf1-8c5b-5c3c43f9b1f5 makes 11 request to Chat SDK endpoints with response times in the range of 101 - 352 ms
We're also seeing cases where GetAccessToken (POST /identities/<ACS UserId>/:issueAccessToken
) completely times out:
b5b1845e-fa3c-4000-8632-315256c01552
3206e6ee-1623-482c-8f8c-609fafc80d80
3a121576-8b85-4a35-a3c9-598e95e67f9e
Environment
Azure Functions .net 8 iwp