DJ2LS/FreeDATA

Starting rigctld via daemon not working reliable

DJ2LS opened this issue · 1 comments

DJ2LS commented

We have problems starting rigctld reliable via daemon.

  • Rigctld is triggering a timeout for Popen Module of subprocess.
  • Shell=True parameter not working
    Subprocess.run not working
DJ2LS commented

implemented a dirty hot fix for this .... problem seems to be "subprocess.run" which is blocking, while "subprocess.popen" is non blocking. Official documentation recommends usage of "run"