android java and javascript bridge, inspired by wechat webview jsbridge
9.78k
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
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?
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?