mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
last unreliable state time
This commit is contained in:
parent
b6bb3d3af4
commit
32b784376d
@ -229,6 +229,10 @@ public Visibility visible
|
||||
observersWriter = new NetworkWriter()
|
||||
};
|
||||
|
||||
// unreliable state sync messages may arrive out of order, or duplicated.
|
||||
// keep latest received timestamp so we don't apply older messages.
|
||||
internal double lastUnreliableStateTime;
|
||||
|
||||
// Keep track of all sceneIds to detect scene duplicates
|
||||
static readonly Dictionary<ulong, NetworkIdentity> sceneIds =
|
||||
new Dictionary<ulong, NetworkIdentity>();
|
||||
|
Loading…
Reference in New Issue
Block a user