Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PingSenderが送信するデータ取得の実装 #16

Merged
merged 5 commits into from
Jul 11, 2023

Conversation

TodorokiKohei
Copy link
Owner

以下の処理を実装。

  • レシーバのキューサイズの変更処理
  • レシーバのキュー内にある未処理のメッセージ数の取得処理
  • 1メッセージの処理時間の計測処理
  • 未処理のメッセージ数と1メッセージの処理時間をJSON形式でPINGREQのペイロードに設定して送信するサンプル

@TodorokiKohei TodorokiKohei linked an issue Jul 11, 2023 that may be closed by this pull request
2 tasks
@TodorokiKohei TodorokiKohei merged commit 3aa490d into develop Jul 11, 2023
@TodorokiKohei TodorokiKohei deleted the feature-create-pingreq-payload branch July 11, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

送信データ取得の実装
1 participant