Jun 5, 2021
Hi Justus,
So the server used at the time was KTor (with underlying Netty). And it was just done “manually” by asking for the underlying IOStream and then using Jackson to write objects one by one. I would consider trying to just access the stream to avoid hard to understand complexities in the framework. 🙂