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
RxCocoa DelegateProxyType.proxy(for:) need to excute on main scheduler. What I think RxCocoa is designed for UI operations.
But websocket may not need to force on the main scheduler.
The text was updated successfully, but these errors were encountered:
Did you solve this fatalError?
Sorry, something went wrong.
nope. I wrote the RX flow for WebSocket in my own way.
Yeah. i did too. Just created an PublishSubject and handle delegate
No branches or pull requests
RxCocoa DelegateProxyType.proxy(for:) need to excute on main scheduler.
What I think RxCocoa is designed for UI operations.
But websocket may not need to force on the main scheduler.
The text was updated successfully, but these errors were encountered: