v3.29.1
- Replace forEach with for...of loop for better readability and performance - Use continue instead of return to skip invalid messages without breaking the loop - Remove unnecessary curly braces in the loop to simplify the code structure
- Replace forEach with for...of loop for better readability and performance - Use continue instead of return to skip invalid messages without breaking the loop - Remove unnecessary curly braces in the loop to simplify the code structure