Ryan Bourne
Ryan Bourne
It occurs on this line: [self.delegate session:self preparedDataForSending:chunk.encodedChunk]; of the ROUSession.m file.
Hey, You probably should be, instead of trying to distinguish between data sent with RoUTP or not, using RoUTP for both to ensure correct delivery. I found my issue was...
Well, in that case, you should probably attach a flag to each data packet, that shows whether it has been compressed or not; especially if you're willing to discard packets...