Problem with UDP on iOS
BasiIeus opened this issue · 4 comments
BasiIeus commented
I ran my program using clock-sync on Android, and everything worked fine, data is pulled correctly, however when I run it on iOS, it returns this error:
UdpSockets.bind was called with 4 arguments but expects 5 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away.
react-native 0.62.2;
react-native-udp 3.1.0
winseyli commented
namitonefc commented
same issue
celsoernani commented
same issue
davevilela commented
any updates?