Hologos / tpcp

A smart tool to remotely work with SAP import queue and transports.
MIT License
0 stars 0 forks source link

Terminating action threads without changing their status can cause infinite loop #43

Closed Hologos closed 5 years ago

Hologos commented 5 years ago

Every function called from within saptransport::__run_action_on_system() cannot terminate unless it changes the status. Make them return 1 and deal with in in saptransport::__run_action_on_system().