+1
-Bryan
> On Jul 2, 2019, at 11:35 AM, Alan M. Carroll
> wrote:
>
> In the current documentation is the C API function TSIOBufferReaderRead which
> reads from an IOBufferReader in to a fixed buffer, the dual of
> TSIOBufferWriter. This function is not actually implemented which has caused
Although the old name has never been used, since it wasn't just
undocumented, it was inaccessible.
On Tue, Jul 2, 2019 at 2:25 PM Sudheer Vinukonda
wrote:
> +1
> I definitely like the idea of preserving the API name that's already
> existed and throwing away the unimplemented one!
> On Tues
+1
I definitely like the idea of preserving the API name that's already existed
and throwing away the unimplemented one!
On Tuesday, July 2, 2019, 11:36:00 AM PDT, Alan M. Carroll
wrote:
In the current documentation is the C API function TSIOBufferReaderRead which
reads from an IOBu
In the current documentation is the C API function TSIOBufferReaderRead which
reads from an IOBufferReader in to a fixed buffer, the dual of
TSIOBufferWriter. This function is not actually implemented which has caused
some consternation. In working on providing an implementation, I came across a