eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
698 stars 55 forks source link

302 resolve patches do not update #329

Closed eoyilmaz closed 3 months ago

eoyilmaz commented 3 months ago

This resolves #302

The issue was that the data sent over the sockets were sometimes splitted in half in an unexpected way. So with this PR, the previously received data is cached if it is not complete and combined with the other part in the next round.

This also includes some little patches for: