Robert Wasmann

Results 6 comments of Robert Wasmann

This might be what's happening to me too. **\* Terminating app due to uncaught exception 'ROUException', reason: 'Encoded ack chunk is too short' getting thrown in [ROUAckChunk chunkWithEncodedChunk:]

Oh I think it is because I am also trying to send some data using GKMatchSendDataUnreliable without using RoUTP since I don't need or want some data sent reliably. So...

Yeah some of my data packets will be much bigger than others, so it's not a good way to check. It's just that I have some data sent at 60...

Or maybe I can just inspect the header (or lack of) and decide that way. Well, everything is working now for me if I use RoUTP for all messages. Thanks...

In my case I had to add the following 2 lines to .gitignore in the base directory. *.xcuserstate XXX.xcodeproj/project.xcworkspace/xcuserdata/xxx.xcuserdatad/UserInterfaceState.xcuserstate You probably don't need to second line, but it worked for...