I would like to use CopyingInputStreamAdaptor to read asynchronously from a socket.
CopyingInputStreamAdaptor::Next invokes Read on copying_stream_ and expects to receive the number of bytes read as the return value of the function. This works fine when I do a sync read. Is it possible to use this adaptor to an async read using boost asio? Thanks Shweta -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/92829ed0-6f81-47a3-9065-7fb8b59be535n%40googlegroups.com.
