若水
Results
2
comments of
若水
I met this bug too on unity 2021
I changed Memory\ to ArraySegmen\, solved this problem. ```csharp ArraySegment buffer = new(readBuffer, 0, 1024); int count = await _socket.ReceiveAsync(buffer, SocketFlags.None);