uknownothingsnow / JsBridge

android java and javascript bridge, inspired by wechat webview jsbridge
9.74k stars 2.01k forks source link

Send and receive data frequently,error:Throttling navigation to prevent the browser from hanging. See https://crbug.com/882238. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection #250

Open keyingming opened 2 years ago

keyingming commented 2 years ago

I use this library in the project. When interacting with Bluetooth devices, I need to send information frequently. Once too much information is sent too frequently, an error will be reported:“Throttling navigation to prevent the browser from hanging. See https://crbug.com/882238. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection”. Has anyone encountered it and what is the solution?

VYang96 commented 4 months ago

@keyingming HI 能知道这个问题解决了吗?