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.
我有以下情况。一个java程序(linux下):
一段时间后,由于未知原因,两个会话之一丢失(原因 = 5,即 ALLJOYN_SESSIONLOST_REASON_OTHER)。为了从这种情况中恢复,我开始 ping 远程对象,一旦 ping 成功,我就重新创建会话。
这是从会话丢失中恢复的最佳方法吗?
谢谢!