mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In a ProxiedDevicePortForwarder, there might be a race condition where the local socket has been disconnected, but the remote end was still sending new data. In this case, avoid forwarding new data to the socket.