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.
我正在寻找一个示例来展示如何实现一种可靠的方法来通过交换心跳包来监控 android 应用程序和远程服务器之间的 tcp 连接。
任何人都知道这有任何现有的例子吗?
PS,我正在使用 Netty 作为我的服务器。和 android 使用纯套接字。