sonic-agent icon indicating copy to clipboard operation
sonic-agent copied to clipboard

【issue】iOS自动化 PBItemCollectionServicer connection disconnected."错误 ,导致页面短暂卡死

Open Pycoder0901 opened this issue 1 year ago • 2 comments
trafficstars

Search before asking

  • [X] I searched in the issue and found nothing similar. | 我查找了并确认issue列表无相似报告。

Sonic version

最新版本

Deploy platform

macOS

Minimal reproduce step

调试中发现,在iOS设备上短时间内频繁写入剪切板(调用setPasteboard方法),会出现"PBItemCollectionServicer connection disconnected."错误,导致页面短暂卡死。

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR! | 我将发起PR!

Pycoder0901 avatar Mar 05 '24 03:03 Pycoder0901

原因:系统API底层实现存在跨进程通信,因为跨进程通信需要与其他进程同步,一旦其他进程发生异常或者挂起,很有可能造成当前 App 卡死。

Pycoder0901 avatar Mar 05 '24 03:03 Pycoder0901

这个方法确实挺麻烦的,但是目前也没有很好的解决方案

ZhouYixun avatar Mar 05 '24 08:03 ZhouYixun