whether logo retrieval will block the application

Created by Jerry Wang, last modified on Jun 17, 2015

Logo

logo

LOGO

whether logo retrieval will block the applicationwhether logo retrieval will block the applicationwhether logo retrieval will block the application


如果把false改为true,下图$value的network request就消失了。

whether logo retrieval will block the application

https://host:2030/sap/opu/odata/sap/CRM_OPPORTUNITY/A…4C8B6241ABA3’,documentClass=‘BDS_POC1’,businessPartnerID=‘4031140’)/$value


结论:改成true之后即使后台永远不返回,前台也不会锁死,仍然可以继续操作。

whether logo retrieval will block the application

How I verify?whether logo retrieval will block the application

在后台返回logo attachment 数据的class里设置断点,前台每次点击list item时,都会弹出一个新的窗口,并且前台仍然能够继续操作。 whether logo retrieval will block the application 

经过验证,如果改为false,则前台会被锁死.

上一篇:Kubernetes环境下的各种调试方法


下一篇:JNI学习笔记之AS+Cmake+NDK配置自动编译出so并集成流程