I noticed when I create multiple clients in my swift endpoint project, everything is great. But when I call the below in my C/C++ project
es_new_client
More than once I get the following result
ES_NEW_CLIENT_RESULT_ERR_TOO_MANY_CLIENTS
How do I control the max number of clients for a specific project?
es_new_client
More than once I get the following result
ES_NEW_CLIENT_RESULT_ERR_TOO_MANY_CLIENTS
How do I control the max number of clients for a specific project?