kucoin-java-sdk
kucoin-java-sdk copied to clipboard
Fix api initialization
Currently inited
was never set to true
, so api was initialized on each call, leading to degraded performance - http2 connection is not reused. I don't see point of having two attributes apiImpl
and inited
, having just apiImpl
should be enough.