CollectionView Error Message : [connection] nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events

When I scrolled down my CollectionView, sometimes I got a message like

"[connection] nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events".

and more scroll down,

"[connection] nw_connection_add_timestamp_locked_on_nw_queue [C2] Hit maximum timestamp count, will start dropping events"

How can I solve this problem?

I'm using UIKit, diffableDatasource, collectionView

These logs aren't from UICollectionView or UIKit in general. Are there any actual problems you encounter after these logs start?

No, It's never been a problem. But I'm still getting this logs....

CollectionView Error Message : [connection] nw_connection_add_timestamp_locked_on_nw_queue [C1] Hit maximum timestamp count, will start dropping events
 
 
Q