Closed lbussy closed 2 years ago
With this change, in order to use mDNS functions, an explicit declaration must be made:
#define LCBURL_MDNS
#include <LCBUrl.h>
While this is a breaking change, I think this is the right way to do it - someone not wishing to use MDNS should not have to take any action to remove compile errors.
Currently, mDNS requirements are rigid:
I should be able to conditionally compile this.