Diffusion v5.6.6 を使用してモバイル アプリを作成しています。クライアントがモバイル接続を失ったときにアプリが回復し、後で再び接続できるようにすることが重要です。Connectors.xml には、これに関連する 2 つの設定があることがわかります。
<!-- This is the idle time (no inbound messages) before a
client will be pinged by the server. A response must
be received by Diffusion before the next interval,
else the client is considered to be disconnected. -->
<system-ping-frequency>90s</system-ping-frequency>
と
<reconnect>
<!-- This is the amount of milliseconds a session
will be kept alive after a sudden connection loss. -->
<keep-alive>60000</keep-alive>
</reconnect>
この 90 秒の ping と 60 秒のキープアライブの違いは何ですか?