constructor(options?: BufferOptions) {
        super(options);
        this.on('push', this.onThrottlePush.bind(this));
    }