atsushieno / ktmidi

Kotlin multiplatform library for MIDI access abstraction and data processing for MIDI 1.0, MIDI 2.0, SMF, SMF2 (MIDI Clip File), and MIDI-CI.
MIT License
70 stars 7 forks source link

MIDI-CI: request/retry timeout manager #57

Open atsushieno opened 9 months ago

atsushieno commented 9 months ago

(taken from #56)

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

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).