Error when trying to send data
Just followed the instructions in the README
I am pressing a button:
Button("Send OSC Message") {
client.send(bundle)
}
Error:
dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:16 Err:-1 Errno:1 Operation not permitted
The networking code isn’t my own so I have no idea what the error is. Sounds like a firewall or something. Also some ports are protected. Or maybe that port is in use.
Devin On Aug 12, 2022, 12:40 PM -0700, Eldar Sadykov @.***>, wrote:
Just followed the instructions in the README I am pressing a button: Button("Send OSC Message") { client.send(bundle) } Error: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mDNSResponder Socket:16 Err:-1 Errno:1 Operation not permitted — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>