unfortunately i must hold a lot of connections ope...
# ktor
c
unfortunately i must hold a lot of connections open due to old client which cannot be rewritten
d
I think you will need to do something custom, but shouldn’t be too complex I guess
c
i was thinking to put an interceptor before and after
increment and decrement an atomic integer
d
that could work, yes đź‘Ť