Hi all,
I have a GUI application that makes a connection with a server. I want to avoid that my GUI freezes when waiting for a response for the server. I had the idea of using istream::readsome in combination with a Timer (read a little on each timer event until complete) but since I am not really familiar with IO coding I suspect there may be superior ways.
I would appreciate to learn your insights on this :)
Kind regards,
Francis





