46.0.4 (2021-09-02)
Bug Fixes
- #2882 UnpackAndInvoke now errors and disconnects in case of missing handler. This is necessary because messages in a batch are not length prefixed. we always need to read to the end, otherwise it overlaps into the next one, causing undefined behaviour. (86eeecc)
- NetworkServer/NetworkClient batch processing now detects ever growing batches (as caused by #2882) (3e4def1)