Closed ShadowsAdi closed 3 years ago
Hi! I'm not quite understand what's the question. In CurlCallback, why would you read id as a string? Then in ResponseReceived you print non-zero-terminated array, so some garbage is printed, too
Found the answer here: https://github.com/Polarhigh/AmxxCurl/issues/8 . Thank you !
Hello, I am doing some test on players and when a command is sent through server, it is added to CURLOPT_WRITEFUNCTION callback. Like this:
log:
That "N" from logs is the real value got from Request. Performed some more debugs:
Results: