Ali Zolghadr

Results 4 comments of Ali Zolghadr

I tried with deep profile but it didn't freeze here's simple profile result after freezing this graph didn't update anymore ![image](https://user-images.githubusercontent.com/13780830/142845592-c9635f2e-fd19-4e1e-8c24-212db06797a7.png) ![image](https://user-images.githubusercontent.com/13780830/142845742-06cd13a1-d2e7-40dd-9028-116e614701d2.png) ![image](https://user-images.githubusercontent.com/13780830/142846120-648520b8-7645-47ed-8324-cb95c439889a.png) ![image](https://user-images.githubusercontent.com/13780830/142846482-411c267a-3f8a-4636-afed-9cd225dd601a.png)

> Unfortunately, this does not provide any details about the freeze, which makes it difficult to figure out the issue. Perhaps you could try using the Android Profiler or try...

you can use AsyncDataStorage or (if you are using NestJS) CLS. look at this [answer](https://stackoverflow.com/a/74197851/16676419). something like this: ```ts beforeUpdate(event: UpdateEvent) { event.entity.updatedBy = this.cls.get('user'); } ```

in IL2CPP build socket.io couldn't connect to server without any error but when I updated my unity from 2021.x to 2022.3.20, problem fixed.