-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
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
IPC blocking fix #5400
IPC blocking fix #5400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to run lint.
@Mergifyio backport release/3.7.x |
✅ Backports have been created
|
Looks like my onlys were hiding some failing tests. Looking into it… |
Only Linux failed, looks like potentially unrelated flakiness. I requeued to see if they recur. |
Looks like that was it. My local runs also succeed (on windows)... |
@wgoehrig @calebmshafer awaiting your approval. |
@tcobbs-bentley @toddsouthenbentley plz verify this fixes your mobile issues before the pr is completed |
@aruniverse I think this would need to be back ported to 3.x before we can test on mobile (due to iTwin.js 4.0 not currently running on mobile) |
Co-authored-by: Paul Connelly <22944042+pmconne@users.noreply.github.com> (cherry picked from commit 961c478)
Co-authored-by: swbsi <69857376+swbsi@users.noreply.github.com>
Added tests to ensure we match the electron behavior.
Previously, the backend would block until a request completed, which prevented concurrent scenarios like canceling downloads from working.