mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
1cdbcd64ba
- fix: unreliable messages reset timeout now too - perf: KcpConnection OnCheckEnabled callback changed to a simple 'paused' boolean. This is faster than invoking a Func<bool> every time and allows us to fix #8 more easily later by calling .Pause/.Unpause from OnEnable/OnDisable in MirrorTransport. - fix #8: Unpause now resets timeout to fix a bug where Mirror would pause kcp, change the scene which took >10s, then unpause and kcp would detect the lack of any messages for >10s as timeout. Added test to make sure it never happens again. - MirrorTransport: statistics logging for headless servers - Mirror Transport: Send/Receive window size increased once more from 2048 to 4096. |
||
---|---|---|
.. | ||
Mirror | ||
Mirror.meta |