Hi. My backend app, Ruby on Rails, is broadcasting messages properly, however, some of them get lost then my React app, which uses React-ActionCableProdiver, doesn't get those lost ones. I noticed that it happens more frequently in my app in production, which has greater number of transactions in general. I was wondering how I could debug ReactActionCableProvider component in a way that I could monitor this flow then identify where the messages are getting lost, if this is my backend ActionCable or the React ActionCableProvider component.
Thank you so much