I use following code to send and receive JSON data to and from a PHP Swoole Server.

I see the response from the server coming in (on Wireshark) but not interpreted by the Java TCP Client.

Does...