hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

Difference between unsubscribe() and clear_subscribers()?` #84

Closed thirstyice closed 9 months ago

thirstyice commented 10 months ago

For the ArtnetReceiver API, what is the difference between unsubscribe() (with no arguments) and clear_subscribers()?

hideakitai commented 10 months ago

As you can see in the implementation,

https://github.com/hideakitai/ArtNet/blob/41ee72559ed9516ea26b3f486eafb6629ee96de0/Artnet/Receiver.h#L182-L193

hideakitai commented 9 months ago

If you still need help, please reopen this issue.