tbruyelle / RxPermissions

Android runtime permissions powered by RxJava2
Apache License 2.0
10.48k stars 1.31k forks source link

RxPermissions support concurrent operation? #273

Open xfx761 opened 5 years ago

xfx761 commented 5 years ago

I repeated in a multi-threaded the same time to apply for the same permissions seems to have a problem

mrArtCore commented 5 years ago

Show us the code and explain the idea, please

consp1racy commented 4 years ago

Only one request can be active (permission UI visible) at one time. Other requests will fail with empty arrays.