After PR #1904, the maximum network message size for Steam messages was set to 8 MB. This could cause issues if the size of a block response message exceeds that limit. To be on the safe side, we should check whether the message size goes beyond this limit and stop sending big response message.
After PR #1904, the maximum network message size for Steam messages was set to 8 MB. This could cause issues if the size of a block response message exceeds that limit. To be on the safe side, we should check whether the message size goes beyond this limit and stop sending big response message.