stream._read = () => {
        let object = null;

        if (objects.length) {
          object = objects.shift();