danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
326 stars 53 forks source link

Fix wrong result of QCoroIODevice::write() (fixes #211) #212

Closed danvratil closed 6 months ago

danvratil commented 6 months ago

The function would always return 0 instead of the actual bytes that have been written.