I have an Android app which connects to a camera over WiFi through TCP; app continuously receives data from Camera and display it as a video.
My problem is app periodically drops transfer rate to 0 (approximately every 10 ms) and after that it immediately come back to its previous value. Below you can see a screenshot of network activity through Profiler.
I find a similar question which was left unanswered some time ago.
I also set WIFI_MODE_FULL_HIGH_PERF
& PARTIAL_WAKE_LOCK
but didn't fix the issue.
Any idea/suggestion will be greatly appreciated!