mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-02-22 21:48:10 +00:00
UdpSocketClient holds onto the only DatagramSocket/MulticastSocket reference. UdpSocketClient throws IlllegalStateException if send/addMembership are called on unbound sockets. UdpReceiverTask takes it's values as a Pair parameter to execute on.