Open ebsangam opened 5 months ago
Client has only 2 sec of timeout duration and it cause timeout exception we may need longer timeout duration.
You can configure this already
final SearchClient _client = SearchClient( // ... options: ClientOptions( connectTimeout: const Duration(seconds: 30), ), );
Client has only 2 sec of timeout duration and it cause timeout exception we may need longer timeout duration.