diversario / node-ssdp

node.js SSDP client/server.
MIT License
274 stars 118 forks source link

Fix/70 server callback and promise #71

Closed andrewshatnyy closed 7 years ago

andrewshatnyy commented 7 years ago
diversario commented 7 years ago

Thanks for the PR!

Two things: 1) Please use Bluebird for Promises, 2) Please add the promise interface to SsdpClient#start (it takes callback already).

andrewshatnyy commented 7 years ago

Sure on it. Tests are failing due to unrelated reasons...