We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i view this demo and try to add some features, get data by http, but get many problems !
{"调用线程无法访问此对象,因为另一个线程拥有该对象。"}
maybe to much reflections for ReactiveUI framework ?
i want to use ReactiveUI make a Redis GUI client .
The text was updated successfully, but these errors were encountered:
后来您改成功了吗,我希望使它能实时读取变化的文本文件。
Sorry, something went wrong.
Any more details in English by chance what you mean? Unfortunately that's the language the maintainers understand.
@wjkhappy14 It sounds like you need an ObserveOn(RxApp.MainThreadScheduler) somewhere (also indeed, I don't know Chinese, but Google does 😅 )
ObserveOn(RxApp.MainThreadScheduler)
No branches or pull requests
When i view this demo and try to add some features, get data by http, but get many problems !
{"调用线程无法访问此对象,因为另一个线程拥有该对象。"}
maybe to much reflections for ReactiveUI framework ?
i want to use ReactiveUI make a Redis GUI client .
The text was updated successfully, but these errors were encountered: