Closed thirstyice closed 9 months ago
As you can see in the implementation,
unsucscribe()
(with no arguments) : removes callback that are called whenever packets receivedclear_subscribers()
: equivalent to call unsubscribe(universe)
for all universes and unsubscribe(void)
If you still need help, please reopen this issue.
For the
ArtnetReceiver
API, what is the difference betweenunsubscribe()
(with no arguments) andclear_subscribers()
?