eth_blockNumber in Polygon sometimes does not return the latest block

Whenever I try to make consecutive calls to
https://polygon-mainnet.infura.io/v3/xxxxxx

{
	"id": "1",
	"jsonrpc": "2.0",
	"method": "eth_blockNumber",
	"params": [
	]
}

I expect it to return the latest block number as per the doc. However, I noticed that the returned block number can sometimes go back a couple of blocks behind the latest block. See the attached video:

Hi @lordbritishix and welcome to our Infura community.

Polygon is now experiencing some reorg and RPC issues. Please follow them → Investigating Reorg and RPC Issues on Polygon POS - Polygon Mainnet (PoS) - Polygon Ecosystem DAO

Thank you, I will keep an eye on the issue!