dsandor / fauxmojs

Fake WeMo device ported to NodeJS. Allows Alexa (Amazon Echo) to make api calls.
56 stars 22 forks source link

fix udp server reload issue #5

Closed neophob closed 7 years ago

neophob commented 7 years ago

omg @dsandor you're fast! I discovered a small issue when reloading the UDP service - sometimes the old socket was not correctly released - this fixes it.

dsandor commented 7 years ago

Changes look good.