hi..
i have a streaming call that i'd like to run under a specific context. (in order to cancel it later)
the onError of the observer give me that status error in case of a network failure.
what i'd like to do is automatically create another call to the same destination, however the only way that could happen is if i invoke it from the onError of the observer
so i will basically have an observer that will create itself each time a failure happens.
the 2nd question is it possible to reuse the same context that had it's called failed with on Error?