Skip to content

fix/ Android: Concurrent collection access#317

Merged
tvanlaerhoven merged 3 commits into
THEOplayer:mainfrom
kot331107:fix-concurrent-collection-access
Dec 21, 2025
Merged

fix/ Android: Concurrent collection access#317
tvanlaerhoven merged 3 commits into
THEOplayer:mainfrom
kot331107:fix-concurrent-collection-access

Conversation

@kot331107

@kot331107 kot331107 commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

attempt to fix

          Fatal Exception: java.util.ConcurrentModificationException:
       at java.util.ArrayList$Itr.next(ArrayList.java:860)
       at com.theoplayer.reactnative.adobe.AdobeConnector.maybeStartSession(AdobeConnector.kt:598)
       at com.theoplayer.reactnative.adobe.AdobeConnector.access$maybeStartSession(AdobeConnector.kt:65)
       at com.theoplayer.reactnative.adobe.AdobeConnector$maybeStartSession$1.invokeSuspend(AdobeConnector.kt:13)
       at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
       at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
       at android.os.Handler.handleCallback(Handler.java:873)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:211)
       at android.app.ActivityThread.main(ActivityThread.java:6777)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

@changeset-bot

changeset-bot Bot commented Dec 19, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5010597

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@theoplayer/react-native-analytics-adobe Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tvanlaerhoven tvanlaerhoven self-requested a review December 21, 2025 21:45
@tvanlaerhoven tvanlaerhoven added bug Something isn't working adobe labels Dec 21, 2025
@tvanlaerhoven

Copy link
Copy Markdown
Member

Thanks @kot331107 🙏

@tvanlaerhoven tvanlaerhoven merged commit a6da462 into THEOplayer:main Dec 21, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adobe bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants