Closed hanxiao34 closed 1 year ago
fix #32 #33 example: ··· SsdpParams.setBindLocalPort(0); //for #32 SsdpClientOptions ssdpClientOptions = SsdpClientOptions.builder().disableAutoLookup().disableCache().build();//for #33 client.discoverServices(networkStorageDevice,ssdpClientOptions, listener); ···
Hello @hanxiao34, thanks for your PR! I will make a few comments to require changes before merging :)
Have a nice end of year!
Hello @hanxiao34 , any updates on this plz ?
fix #32 #33 example: ··· SsdpParams.setBindLocalPort(0); //for #32 SsdpClientOptions ssdpClientOptions = SsdpClientOptions.builder().disableAutoLookup().disableCache().build();//for #33 client.discoverServices(networkStorageDevice,ssdpClientOptions, listener); ···