kucoin-java-sdk icon indicating copy to clipboard operation
kucoin-java-sdk copied to clipboard

Fix api initialization

Open davidjirovec opened this issue 4 years ago • 0 comments

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.

davidjirovec avatar Dec 15 '20 12:12 davidjirovec