Issue with bro reading a file that capturing live traffic

Hi All,
I run tcpdump live to capture the traffic into a file using “-w”.
Then I run bro to read that file offline using “-r”.
Both instances are running continuously. First it works fine but then bro stop generating results although it keep running, this means bro didn’t continue reading from the file. Is it because bro -r is faster than the live capturing?
How to let bro keep reading the file (this file is continuously whitening?
My bro version: 2.3 running on ubuntu platform.

Thanks