<@U25PL0SKY> The issue is that you don't consume t...
# tornadofx
e
@jchildress The issue is that you don't consume the response from the post. You should call
one()
,
list()
, or
consume()
to release the connection, even if you don't use the returned data. I will improve this a little tomorrow, but basically you always need to consume the response or you'll have issues.