发送一个由 bytes 表示的文本消息。
bytes
bytes 应该是有效的 UTF-8 编码的 Unicode 字符。如果不是,接收端将关闭连接。
void addUtf8Text(List<int> bytes);