Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
0.10.0
-
None
Description
TFramedTransport doesn't reset readOffset property, which will cause the second and later functions called on a service fail.
set readOffset to zero in readFrame function after line
'if (![_transport readAll:_readBuffer.mutableBytes offset:0 length:size error:error]) ...'
seems to work. But I don't know if there is a side effect.