I read this in the tendermint docs :
Note that it is not possible to send transactions to Tendermint during Commit >- if your app tries to send a /broadcast_tx to Tendermint during Commit, it >will deadlock.
Does that mean if my app sends another transaction while a previous one is in commit stage, the app will stop working ?