Open wjkhappy14 opened 6 years ago
后来您改成功了吗,我希望使它能实时读取变化的文本文件。
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 😅 )
@ButchersBoy ( or anyone) Can help me to get data from web api from for example mt4-demo.roboforex.com
Infro:
Port = 443;
AccountNumberString = "500476959";
Password = "ehj4bod"
Host = mt4-demo.roboforex.com
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 .