sepfy / libpeer

WebRTC Library for IoT/Embedded Device using C
MIT License
804 stars 108 forks source link

ports_resolve_mdns_host always return -1 for ESP32 #66

Open Roman-Lukin opened 4 months ago

Roman-Lukin commented 4 months ago

In the file ports.c, in the function int ports_resolve_mdns_host(const char *host, Address *addr) in line #124 please add ret = 0; because ports_resolve_mdns_host always return -1 for ESP32.