Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Prevent threading error when cloning. #1065
Conversation
|
I need to write a bunch of Rx code before this becomes intuitive! Does Rx default to using the thread pool or the current thread context? |
@tierninho was experiencing crashes when cloning. Though I couldn't reproduce this locally, I paired with him and saw that for some reason
repositories.OriginalCompletedon his machine was completing on a non-UI thread.Fixes #1064