Message297781
Current implementation of StreamReader does not take care of the status of the buffer, once an exception has been set via `set_exception` any call to the read methods won't be able to get the missing data still pending to be processed.
From the point of view of the developer, if there is no scheduled task for waiting data into the Streamreader between a network data gets into the buffer socket and a closing connection by the other peer arrives, the developer won't be able to gather the previous data. |
|
Date |
User |
Action |
Args |
2017-07-05 20:55:08 | pfreixes | set | recipients:
+ pfreixes, yselivanov |
2017-07-05 20:55:08 | pfreixes | set | messageid: <1499288108.18.0.207232280352.issue30861@psf.upfronthosting.co.za> |
2017-07-05 20:55:08 | pfreixes | link | issue30861 messages |
2017-07-05 20:55:08 | pfreixes | create | |
|