Denis Stafichuk
Results
1
comments of
Denis Stafichuk
I'm also facing this issue. The root cause is following. We are creating and starting a thread in a constructor of class [RateLimitExecutorService](https://github.com/googlemaps/google-maps-services-java/blob/7d7f0b998a734acc7f32ffb4760e84c1d288e4bb/src/main/java/com/google/maps/internal/RateLimitExecutorService.java#L36). Here it is: ```java public RateLimitExecutorService() {...