Hello, so I've been playing a game that is using Lidgren for it's networking library, and I keep seeing the following error in the console.

Based off my understanding, it seems like the size of the packet is exceeding the size of the container it's trying to be read into, or something of the sort? Is there a way to fix this, ala decreasing or setting a packet size limit, or something of the sort?
Thanks!