You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However on iOS I am not getting any response just the following logs:
LOG >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Starting Discovery
LOG >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Creating Client
LOG >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Starting Search
LOG socket-0 binding, address: 0.0.0.0 port: 0
LOG socket-1 bound to address: 0.0.0.0 port: 57910
WARN react-native-udp: setMulticastTTL() is not implemented
LOG socket-0 bound to address: 0.0.0.0 port: 50691
WARN react-native-udp: setMulticastTTL() is not implemented
I am using the following:
Header
Header
react-native
0.73.4
react-native-network-info
^5.2.1
react-native-ssdp
^2.8.2
react-native-udp
^4.1.7
iOS
16.7.5
Android
12
The text was updated successfully, but these errors were encountered:
joenini
changed the title
Different behaviour between iOS [Error: Must bind a socket before joining a multicast group] and Android [Working]
Different behaviour between iOS [No results] and Android [Working]
Mar 20, 2024
I am using react-native-ssdp in a react native example project.
I have the following code:
I am getting the following logs on Android:
However on iOS I am not getting any response just the following logs:
I am using the following:
The text was updated successfully, but these errors were encountered: