Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reentrancy anomaly was detected #20

Closed
croccio opened this issue Oct 12, 2018 · 1 comment
Closed

Reentrancy anomaly was detected #20

croccio opened this issue Oct 12, 2018 · 1 comment

Comments

@croccio
Copy link

croccio commented Oct 12, 2018

I'm using it with BehaviorRelay<->BehaviorRelay

Reentrancy anomaly was detected.

Debugging: To debug this issue you can set a breakpoint in /Users/antonioscardigno/Documents/Sogetel/repository-forward/SOGETEL-RUMORS/DEV/iOSProjects/branches/newUI/Pods/RxSwift/RxSwift/Rx.swift:97 and observe the call stack.
Problem: This behavior is breaking the observable sequence grammar. next (error | completed)?
This behavior breaks the grammar because there is overlapping between sequence events.
Observable sequence is trying to send an event before sending of previous event has finished.
Interpretation: This could mean that there is some kind of unexpected cyclic dependency in your code,
or that the system is not behaving in the expected way.
Remedy: If this is the expected behavior this message can be suppressed by adding .observeOn(MainScheduler.asyncInstance)
or by enqueing sequence events in some other way.

@Davarg
Copy link
Collaborator

Davarg commented Oct 12, 2018

@croccio Hello, thank you for issue. I'll deal with it soon.

@Davarg Davarg closed this as completed Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants