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

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

Fix weird bug when trying to set the port in the bind function from ChromeSocketUdp.m #13

Open jlucidar opened 8 years ago

jlucidar commented 8 years ago

I called the bind function with args [1,"0.0.0.0",0] The error thrown is :

[NSTaggedPointerString unsignedIntegerValue]: unrecognized selector sent to instance 0xa000000000000301

The fix is probably not ideal, but I needed this to work expressly. I'm not familiar with objective-C nor IOS development at all.

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


jlucidar commented 8 years ago

I signed it!

googlebot commented 8 years ago

CLAs look good, thanks!