Working on a PostgreSQL client library which uses corotuines for full async communication. https://github.com/bnorm/PgKotlin
I'm currently using Okio for byte packet parsing but am considering kotlinx.io to get multiplatform support. Anybody worked with it before?
g
gildor
06/07/2018, 4:42 PM
This library is under active development and will be changed, current implementation is something like proof of concept or draft
b
bnorm
06/07/2018, 4:49 PM
That's what it looked like. Guess I'll have to do my own expect/actual to get multiplatform support started.
g
gildor
06/07/2018, 11:29 PM
As I know Okio team also work on multiplatform implementation for Kotlin