You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
AI Take AI turns started. Thread:
AI Take AI turns completed. Thread: Thread Pool Worker
AI BG onNext. Thread: Thread Pool Worker
AI BG onComplete. Thread: Thread Pool Worker
AI MAIN onNext text is never in output and onComplete?.Invoke(); line is never called. Since background thread does emit onNext and onCompleted events, I would expected that the same would be emitted on main thread when using ObserveOnMainThread. What did I do wrong?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's weird. Here's a sample code:
Output:
AI MAIN onNext
text is never in output andonComplete?.Invoke();
line is never called. Since background thread does emitonNext
andonCompleted
events, I would expected that the same would be emitted on main thread when usingObserveOnMainThread
. What did I do wrong?The text was updated successfully, but these errors were encountered: