mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
it works
This commit is contained in:
@ -96,7 +96,7 @@ int main(int argc, char **argv) {
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
while (res->status == -1) {
|
||||
while (res->body.empty()) {
|
||||
res = cli.Get("/state/json");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user