achingbrain / ssdp

Simple Service Discovery Protocol implemented for Node.js
Other
53 stars 19 forks source link

fix: override advertisement details #60

Open achingbrain opened 11 months ago

achingbrain commented 11 months ago

Merge the passed options into the advertisement instead of the other way round.

Fixes #49

mgmeedendorp commented 11 months ago

This issue also exists in the default-ssdp-options.ts and default-socket-options.ts files. In both cases, the provided config is overwritten by the defaults.