1
This commit is contained in:
@@ -447,7 +447,7 @@ public class VR2 : MonoBehaviour
|
||||
|
||||
var msgMemory = _receiveMemory.Slice(8, msgLength);
|
||||
string msg = Encoding.UTF8.GetString(msgMemory.Span);
|
||||
Debug.Log($"收到的消息:{msg}");
|
||||
//Debug.Log($"收到的消息:{msg}");
|
||||
if (_messageHandlers.TryGetValue(type, out var handler))
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user