Skip to content

Commit b7874a7

Browse files
committed
#65 : When a thread is started, ClearForceStop API with target ID is called.
1 parent 69b7731 commit b7874a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stkfw/server/ExecElem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ void ExecElem::SetDataLength(int Len)
504504
// Thread status was changed into "Start"
505505
void ExecElem::ThreadStatusChangedIntoStart()
506506
{
507+
StkSocket_ClearForceStop(ElementId);
507508
}
508509

509510
// Thread status was changed into "Stop"

0 commit comments

Comments
 (0)