A suggestion arose to add a wrapper of the couroutines in jp.co.soramitsu.iroha2.Iroha2Client into the reactor and/or reactive stream publisher (whichever is easier, with preference for the publisher).
This should be done on a client side, we wouldn't want to bring massive framework dependencies into an SDK since it's up to a client to decide, we rely only on built-in mechanisms and lightweight libraries
A suggestion arose to add a wrapper of the couroutines in
jp.co.soramitsu.iroha2.Iroha2Client
into the reactor and/or reactive stream publisher (whichever is easier, with preference for the publisher).