pothosware / SoapySpyServer

SoapySDR plugin for remotely accessing SpyServer devices
GNU General Public License v3.0
22 stars 1 forks source link

findSpyServerClient is inconsistent with SoapySpyServerClient #6

Closed righthalfplane closed 2 years ago

righthalfplane commented 2 years ago

findSpyServerClient is inconsistent with SoapySpyServerClient

I had to add -

   result["host"] = args.at("host");
   result["port"] = args.at("port");

to the SoapySDR::Kwargs in findSpyServerClient because SoapySpyServerClient expected to find them in the SoapySDR::Kwargs created by findSpyServerClient.

ncorgan commented 2 years ago

Fixed, thanks!