-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
I'm trying to work out what the recommended lifetime of an SearchClient
instance is, but can't find it in the docs or issues anywhere. It looks like internally there is a new instance of HttpClient
created per SearchClient
, so given the MS guidance on HttpClient lifetime management it looks like the best option is to use a singleton / static SearchClient
instance. Is that correct?
Metadata
Metadata
Assignees
Labels
No labels