Posts

Post not yet marked as solved
13 Replies
I just started experiencing this crash on May 27. It started after I committed changes in a feature branch, switched to develop, made a new branch there but then stashed changes, switched to develop then switched to the original feature branch.It seems to crash when I'm on that feature branch now. Wonder if there is way to check the integrity of the files in that branch.
Post marked as solved
4 Replies
Thank you! This seems to have resolved my issue as I'm now seeing the response on the phone.
Post marked as solved
4 Replies
Thank you for the response.The only time I'm setting a port number is when I assign the NWConnection as followsvar connection: NWConnection = NWConnection(host: "192.168.4.1", port: 9999, using: .udp)Do I need to create a listener? I haven't had to do that with port 7777 so I don't know why 9999 would be any different.And the hardware I am connecting to sends the response to port 9999 so there is really no avoiding that.thanks again