legzo
10/25/2018, 11:35 AMe5l
10/25/2018, 11:37 AMByteReadChannel
with new one from:
reader(...) { ... }
or writer(...) { ... }
e5l
10/25/2018, 11:37 AMe5l
10/25/2018, 11:38 AMJsonFeature
expects specific body content type.legzo
10/25/2018, 11:38 AMlegzo
10/25/2018, 11:39 AMe5l
10/25/2018, 11:39 AMe5l
10/25/2018, 11:39 AMlegzo
10/25/2018, 11:42 AMJonas Bark
10/25/2018, 11:43 AMlegzo
10/25/2018, 11:44 AMlegzo
10/25/2018, 12:01 PMproceedWith(HttpResponseContainer(info, message))
legzo
10/25/2018, 12:01 PMlegzo
10/25/2018, 12:01 PMe5l
10/25/2018, 12:01 PMproceedWith(HttpResponseContainer(info, channel))
legzo
10/25/2018, 12:03 PMe5l
10/25/2018, 12:03 PMByteReadChannel
legzo
10/25/2018, 12:04 PMlegzo
10/25/2018, 12:24 PMByteReadChannel
either : even without consuming the stream : No transformation found: class kotlinx.coroutines.io.ByteBufferChannel -> class com.xxx.yyy.MyModel
legzo
10/25/2018, 12:25 PMval byteReadChannel = response.content
proceedWith(HttpResponseContainer(info, byteReadChannel))
e5l
10/25/2018, 12:33 PMlegzo
10/25/2018, 12:38 PMe5l
10/26/2018, 9:33 AMlegzo
10/26/2018, 9:42 AMe5l
10/26/2018, 10:30 AMproceedWith(HttpClientCall(typeInfo, response))
for now. And there is no obvious way to observe the data in the response channel.