Adarsh

Results 2 issues of Adarsh

Hi, It is not working on Android 12 & 13, I tried it on Pixel device. Is this a bug or any issue with the library?

bug

` broadcastConnection = try UDPBroadcastConnection( port: 35602, handler: { (response: (ipAddress: String, port: Int, response: [UInt8])) -> Void in print("Received from \(response.ipAddress):\(response.port):\n\n\(response.response)") // it's empty }, errorHandler: { (error) in...