You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Telepathy V1.8 [2021-06-02]
- fix: Do not set timeouts on listener (fixesMirrorNetworking#2695)
- fix: MirrorNetworking#104 - ReadSafely now catches ObjectDisposedException too
fix: NetworkIdentity default execution order set to -1. guarantees Aw…
…ake() initializing all NetworkBehaviours before their Awake is called. [imer, FakeByte]
fix: kcp2k V1.10
- feature: configurable Timeout
- allocations explained with comments (C# ReceiveFrom / IPEndPoint.GetHashCode)
- fix: MirrorNetworking#17 KcpConnection.ReceiveNextReliable now assigns message default so it
works in .net too
- fix: Segment pool is not static anymore. Each kcp instance now has it's own
Pool<Segment>. fixesMirrorNetworking#18 concurrency issues
perf: NetworkServer.Broadcast serialization lookup removed. serializa…
…tions are now cached and rebuilt in NetworkIdentity based on timestamp.
=> way easier
=> way faster because we don't need to recycle two writers for every .spawned at the end of broadcast