13
0

triggerbox: waking up the triggerbox thread has nothing to do with RT, so remove comment etc.

This commit is contained in:
Paul Davis 2021-12-18 09:33:51 -07:00
parent 4d980bee6a
commit afd8554b43

View File

@ -2730,19 +2730,8 @@ TriggerBoxThread::queue_request (Request* req)
return; return;
} }
} }
if (_xthread.deliver (c) != 1) {
/* the x-thread channel is non-blocking _xthread.deliver (c);
* write may fail, but we really don't want to wait
* under normal circumstances.
*
* a lost "run" requests under normal RT operation
* is mostly harmless.
*
* TODO if ardour is freehweeling, wait & retry.
* ditto for Request::Type Quit
*/
assert(1); // we're screwd
}
} }
void* void*