I need to leave the connection open and receive the updated text. This is playing chess on a website. They send activity on a stream. (I looked at with "curl" and it fires back json text for new moves.
One thought I have is if the "progress callback could get the text in addition to the # of bytes downloaded.
I need to leave the connection open and receive the updated text. This is playing chess on a website. They send activity on a stream. (I looked at with "curl" and it fires back json text for new moves.
One thought I have is if the "progress callback could get the text in addition to the # of bytes downloaded.