Invoking Observable Actor in background with dynamic context #5144
Unanswered
kennetpostigo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a machine that uses urql and fromObservable on the urql subscription that I want to invoke in the background of my machine that will emit events for my machine to handle.
I need the following:
Does anyone know how to do this? At the moment the observable actor runs but doesn't wait for user to be set so it simply fails.
Beta Was this translation helpful? Give feedback.
All reactions