igoMobile
igoMobile
I experience also the similar issue on iOS 14 devices however already on binding: `let isBound = bind(newSocket, &saddr, socklen_t(MemoryLayout.size))` this value is "almost" always -1 on iPad, however it...
Yes, I tried it already, unfortunately there is no difference. By the way, thanks for the link above. There are some other suggestions how to realize the UDP connections, especially...
hm, for sending a package I need a socket, but the binding fails with -1: `let isBound = bind(newSocket, &saddr, socklen_t(MemoryLayout.size))` or do I misunderstand something? Thank for your previous...
hey guys, thanks for your help. It turned out, that my problem was port 15000... after changing the port, it started working! after rebooting the ipad port 15000 got also...