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.
現在の Wave API を使用して、Wave の現在の状態を取得する方法はありますか? 特定の波の変化を監視して通知する小さな通知アプリを書きたい...
Wave サーバーは Wave が変更されるたびに更新を送信するため、これがデフォルトです。Wave はデルタ ロジックに基づいているため、"現在の" 値を送信することはできません。そのため、Wave サーバーが値のコピーが最新であると想定できるようになるまで、デルタのストリームを取得します。