sonic-agent
sonic-agent copied to clipboard
【issue】iOS自动化 PBItemCollectionServicer connection disconnected."错误 ,导致页面短暂卡死
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!
原因:系统API底层实现存在跨进程通信,因为跨进程通信需要与其他进程同步,一旦其他进程发生异常或者挂起,很有可能造成当前 App 卡死。
这个方法确实挺麻烦的,但是目前也没有很好的解决方案