2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-05-06 11:32:59 +00:00
This commit is contained in:
Ahmed Zamil 2023-07-02 12:38:08 +03:00
parent b6f5a8d9dd
commit b7e5f31160

View File

@ -337,8 +337,6 @@ public static class DataSerializer
connection.cache.Add(value as IResource, DateTime.UtcNow); connection.cache.Add(value as IResource, DateTime.UtcNow);
Console.WriteLine("Adding to cache " + resource.Instance.Id);
fixed (byte* ptr = rt) fixed (byte* ptr = rt)
*((uint*)ptr) = resource.Instance.Id; *((uint*)ptr) = resource.Instance.Id;