fully initialize sdr devices

* makes always-on work as expected
* prevents race conditions when multiple clients connect at the same
  time
This commit is contained in:
Jakob Ketterl
2020-12-10 18:28:10 +01:00
parent 2c04d40c53
commit 05096c2a16
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,8 @@ Support and info: https://groups.io/g/openwebrx
return
# Get error messages about unknown / unavailable features as soon as possible
SdrService.loadProps()
# start up "always-on" sources right away
SdrService.getSources()
Services.start()