13
0

Restart Transport FSM after x-run halt #7951

This commit is contained in:
Robin Gareus 2020-04-02 03:58:21 +02:00
parent 163a065543
commit 1439610f95
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1838,10 +1838,13 @@ Session::xrun_recovery ()
if (Config->get_stop_recording_on_xrun() && actively_recording()) {
/* it didn't actually halt, but we need
to handle things in the same way.
*/
* to handle things in the same way.
*/
engine_halted();
/* ..and start the FSM engine again */
_transport_fsm->start ();
}
}