mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
We no longer have a blocking polling loop in transport. Instead assume there is more data after a packet was processed and let the transport try again. If there is another packet ready, this repeats until only a partly received (or no new data available) situation is reached.