WebSocketLayer.cs 596 line

// A complete header is available so figure out how big the payload is.
var wsPayloadSize = 0UL;
if (wsPayloadSize == 127) // Expression is always false
{
}

com.unity.transport@2.0.1

Nice catch! Thanks for reporting the problem. We’ll address it.