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

MIDI-CI: request/retry timeout manager #57

Open
atsushieno opened this issue Jan 22, 2024 · 0 comments
Open

MIDI-CI: request/retry timeout manager #57

atsushieno opened this issue Jan 22, 2024 · 0 comments
Labels

Comments

@atsushieno
Copy link
Owner

(taken from #56)

These items are subject to timeout, and we do not have any timeout manager so far:

  • requestID: recycled within 0-127, need to keep which is active
  • subscriptions: they could stay forever
  • discovery (after 3 seconds we could drop any DiscoveryReply. We do not have to though.)

We would also need request pending queue, or immediately send retry. There should be some policy on how to deal with them. Depending on it, we will have to send ACK (which is currently not in use).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant