Hi guys,
I'm trying to use Okhttp as a transport for grpc. I'm using it with this library Link.
The problem is why OkHttpReadableBuffer.readBytes(ByteBuffer dest) function is not implemented like in Netty.
Is there a specific reason for this?
- Okhttp, this function was not implemented.
- Netty, this function was implemented properly.
