Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个客户端-服务器应用程序,它需要我通过 UDP 维护一个持久会话。
目标是维护从服务器到移动 Android 设备的路径,无论它有什么路由到互联网(WiFi 或移动网络)。
我需要电话能够始终与服务器保持五分钟的保持活动状态。理想情况下,我希望在不维护设备上的任何唤醒锁的情况下执行此操作。例如,我不希望每次向服务器发送 UDP 时屏幕都亮起,也不希望对电池使用造成破坏性影响。
有没有人解决这个问题?