resourcepool / ssdp-client

The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Apache License 2.0
52 stars 21 forks source link

fix #32 #33 #34

Closed hanxiao34 closed 1 year ago

hanxiao34 commented 2 years ago

fix #32 #33 example: ··· SsdpParams.setBindLocalPort(0); //for #32 SsdpClientOptions ssdpClientOptions = SsdpClientOptions.builder().disableAutoLookup().disableCache().build();//for #33 client.discoverServices(networkStorageDevice,ssdpClientOptions, listener); ···

loicortola commented 2 years ago

Hello @hanxiao34, thanks for your PR! I will make a few comments to require changes before merging :)

Have a nice end of year!

loicortola commented 2 years ago

Hello @hanxiao34 , any updates on this plz ?