mirror of
https://github.com/RRQM/TouchSocket.git
synced 2025-12-18 09:26:42 +08:00
Merge branch 'master' of https://gitee.com/RRQM_Home/TouchSocket
This commit is contained in:
@@ -544,6 +544,7 @@ internal class Program
|
||||
|
||||
if (dataType == WSDataType.Text)
|
||||
{
|
||||
this.m_logger.Info($"{dataType}|{data.Span.ToString(Encoding.UTF8)}");
|
||||
//按文本处理
|
||||
}
|
||||
else if (dataType == WSDataType.Binary)
|
||||
|
||||
Reference in New Issue
Block a user