abing
abing
Still facing this issue after adding permission to AndroidManifest.xml. Logs below: ``` java.util.ConcurrentModificationException: null at java.util.ArrayList$Itr.next(ArrayList.java:860) at android.support.v4.app.NotificationCompatBuilder. at android.support.v4.app.NotificationCompat$Builder.build at com.tanguyantoine.react.MusicControlNotification.prepareNotification at com.tanguyantoine.react.MusicControlNotification$NotificationService.onCreate at android.app.ActivityThread.handleCreateService(ActivityThread.java:3535) at android.app.ActivityThread.-wrap4 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1817)...
Thanks, @arondn2 . Our app has already released several build versions, the release script will clean the build cache before assembleRelease so I think cleaning & rebuilding won't fix this...
Wow thank you @javache , I just updated the PR :)
I don't know why CI is failed, can I rerun it?
Hi, I'm also looking forward to v3. It seems like the 3.0 branch has not been updated for a long time. :)
Need this feature too. Our consul agent is running on another server, so it's much easier to suffer from network issues. The default timeout of requests is simply None, which...