JFJochReceiver: Handle better error in binding to NUMA policy
This commit is contained in:
@@ -377,7 +377,9 @@ void JFJochReceiver::FrameTransformationThread() {
|
||||
try {
|
||||
numa_policy.Bind();
|
||||
} catch (const JFJochException &e) {
|
||||
frame_transformation_ready.count_down();
|
||||
logger.Error("HW bind error {}", e.what());
|
||||
Cancel(e);
|
||||
}
|
||||
|
||||
#ifdef JFJOCH_RECV_CONVERSION_LOCAL
|
||||
|
||||
Reference in New Issue
Block a user