エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
best practice for dealing with streaming api connection close
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
best practice for dealing with streaming api connection close
The streaming api is great, but it sometimes closes the connection for whatever reason. my realti... The streaming api is great, but it sometimes closes the connection for whatever reason. my realtime system must figure out when to reconnect automatically. the auto-reconnection can't blindly request a connection whenever it is not connected, otherwise it will floor the api and may cause the api to ban or refuse the user's request. it's bad to bombard the api server with repeated connection reques