fix protocol bug
This commit is contained in:
@@ -39,7 +39,7 @@ namespace basalt::presenter::cmd_client {
|
|||||||
|
|
||||||
// If actively stop, send actively stop code to Trainer first
|
// If actively stop, send actively stop code to Trainer first
|
||||||
if (actively_stop) {
|
if (actively_stop) {
|
||||||
ProtocolCode actively_stop_code = ProtocolCode::STOP_REQUEST;
|
ProtocolCode actively_stop_code = ProtocolCode::ACTIVELY_STOP;
|
||||||
m_PipeOperator.write_pod(actively_stop_code);
|
m_PipeOperator.write_pod(actively_stop_code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user