publish video on same event loop as websocket
This commit is contained in:
@@ -85,7 +85,7 @@ var connect_to_api = function () {
|
||||
console.log("got image");
|
||||
}
|
||||
} catch (error) {
|
||||
console.log("could not parse as json, must be bytes");
|
||||
// console.log("could not parse as json, must be bytes");
|
||||
send_image_data_to_clients(message);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user