I am using kotlin with spring boot
# announcements
a
I am using kotlin with spring boot
using jetty but i have a problem
image.png
as you can see http request finished and like 9 seconds later the statement redis.get is excecuted
all statements are executed in the principal thread
no async statements between those lines
any suggestion?