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

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

add setBroadcast function to Android and iOS #15

Closed gregvis closed 8 years ago

gregvis commented 8 years ago

Android 7.0 requires a udp socket to have the setBroadcast flag enabled to permit broadcast messages. I updated the Android and iOS code to have the setBroadcast option.

I also updated the tests to reflect this new functionality.

This should be merged rather quickly as Android 7 has been released.

agrieve commented 8 years ago

Looks great! Thanks!

gregvis commented 8 years ago

Thanks for merging and publishing so quickly.