I have some cases where messages I send to the plugin are outputted empty.
The difference I found with the messages that have data is that they are not send in chunks.
Issue seems to be puma related: puma/puma#620
I might have a workaround to force my java app to http 1 and disable chunking but would be nice to have this fixed without a workaround