Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Why using socket SocketReceive can only send max5 number

In my pc, I creat a c++  client socket,and in RobotStudio, I creat a module about server socket, but when i send a string from client to server, the SocketReceive only show part of the message(if the length of the string is more than 5, it only show 5),i do not kow why.who can? tell me. thank you