정훈교(Daniel Jung)
정훈교(Daniel Jung)
@pistonsky Thanks for reporting the bug. I'll take a look at and fix it until the end of this week. Could you give some information of your Android environment? (e.g....
@shuzootani I have been stuck on the same issue. Did you find any solution?
@shuzootani Thanks for your tip. It didn't fit to me but it gave me some insights to solve my problem.
I've been also faced with the same issue. ``` java.util.concurrent.TimeoutException android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize() timed out after 10 seconds Binder.java:-2 android.os.BinderProxy.transactNative Binder.java:615 android.os.BinderProxy.transact IKeystoreService.java:1341 android.security.IKeystoreService$Stub$Proxy.abort KeyStore.java:519 android.security.KeyStore.abort AndroidKeyStoreCipherSpiBase.java:744 android.security.keystore.AndroidKeyStoreCipherSpiBase.finalize AndroidKeyStoreUnauthenticatedAESCipherSpi.java:-1 android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize Daemons.java:222 java.lang.Daemons$FinalizerDaemon.doFinalize...
@heekyu-pu This also may be related to [this issue](https://github.com/facebook/react-native/issues/32119). Internally, `scrollTo` is called inside `onScrollDragEnd` but it does not work on Android since 0.64.x.
@SamKissee , @iMonk777 After digging this, I found that the problem happens because `startObserving` function is called twice(one by initializeBackgroundObservers and the other when the first listener is added). IMO,...
@declantvb I am also faced with this issue. Did you find any solution?
Sorry for late response. I guess it works fine now. If you have any issue, feel free to re-open.
I've not thought of it when I started working on this. Please let me know if there is a use case, then I'll consider supporting it.
@3rdenebileg Sorry, I don't belong to this group anymore and this project may not be maintained any more. So you can use [this one](https://github.com/kyo504/react-native-audio-streaming-player) which I will keep working on.