'nodejs TCP server received incomplete json data,have any ideas?

I use nodejs net module to send json data from localhost to server.When the data is small it works normally.While when the data is large ,the tcp server can not receive complete data,and occurrs this error. Json data received is in complete Here is my tcp server code enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source