Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
In the current form, TBufferedTransport cannot be used as base class, because there is a potential endless recusrion when public override int Read(byte[] buf, int off, int len) is overridden, because the inner function may call the outer again in an unexpected way.
Attachments
Issue Links
- links to