In the documentation for the participation API, we need to update it so that developers are aware that, when sending a message, the message chunk must have an extra '\r\n' at the end of it. That is, when the final message is sent, it should have two '\r\n's at the end of it. However, the size of the message should be calculated for the message with only one of those carriage returns.
In the documentation for the participation API, we need to update it so that developers are aware that, when sending a message, the message chunk must have an extra '\r\n' at the end of it. That is, when the final message is sent, it should have two '\r\n's at the end of it. However, the size of the message should be calculated for the message with only one of those carriage returns.