MobileChromeApps / cordova-plugin-chrome-apps-sockets-udp

BSD 3-Clause "New" or "Revised" License
80 stars 39 forks source link

Multicast receive #4

Open lapo-luchini opened 9 years ago

lapo-luchini commented 9 years ago

I'm using joinGroup 224.0.0.x on emulator and receiving correctly multicasts sent from my phone, but the other way around doesn't work. I read that a MulticastLock would be needed, but I see no such feature available in this package, making the joinGroup feature a bit useless as it is. (or did I miss something? is that data outdated?)