Tags: moto2002/Mirror
Tags
fix: kcp2k updated to V1.5. bigger send/recv window size defaults bec… …ause Mirror sends a lot of data. fixes a bug where some projects would encounter ever growing latencies because kcp didn't process/send data fast enough, causing slowly growing send/recv buffers. also shows MaxSend/RecvRate in debug gui now.
fix: NetworkWriterTest.cs failing due to Blittable removal (MirrorNet… …working#2530) This commit compliments dd4d344, and makes all tests in NetworkWriterTest.cs pass with flying colours. Gold star!
fix: DisallowMultipleComponent on all transports (MirrorNetworking#2507) Co-authored-by: MrGadget1024 <[email protected]>
fix: prevent allocation of massive array (MirrorNetworking#2465) * fix: prevent allocation of massive array A poison message could contain an invalid length causing us to allocate massive arrays * throw exception instead * Update Assets/Mirror/Runtime/NetworkReader.cs Co-authored-by: James Frowen <[email protected]> * test for ReadArray * swapping order of equation so that length doesnt overflow * adding test case * adding more tests for array length * swapping order * fixing expected message Co-authored-by: James Frowen <[email protected]>
PreviousNext