An active XPC connection should be suspended before setting a new target queue.
Created attachment 404487 [details] Patch
Comment on attachment 404487 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=404487&action=review > Source/WTF/ChangeLog:3 > + XPC connection should be suspended before setting target queue Why?
(In reply to Darin Adler from comment #2) > Comment on attachment 404487 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=404487&action=review > > > Source/WTF/ChangeLog:3 > > + XPC connection should be suspended before setting target queue > > Why? According to logs, it is an error to set the target queue while the connection is active. I will update the change log. Thanks for reviewing!
Created attachment 404498 [details] Patch
Committed r264489: <https://trac.webkit.org/changeset/264489> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404498 [details].
<rdar://problem/65699751>