How to know if websocket stream is losing data?

How can I know if my websocket implementation is losing data or not? I’m subscribed to many bookTicker streams and sometimes packets get dropped, especially when I’m subscribed to nearly 500 streams on 1 socket, I receive way less data compared to using more sockets for the same stream amount.