Hundemeier / sacn

A simple ANSI E1.31 (aka sACN) module for python.
MIT License
47 stars 21 forks source link

Close Sockets on Stop #39

Closed Hundemeier closed 3 years ago

Hundemeier commented 3 years ago

Close the underlying UDP sockets when a stop method is called. Note: after stopping a sender or receiver, no call to start should happen again. Instead construct a new sender or receiver.

Might fix #38 .