Matt D

Results 4 comments of Matt D

If the same instance of a model is returned then I'd be concerned about one area of code affecting state for another. When you fetch models there's an implied contract...

>It's entirely opt-in with identifiable, and when you query you just use refreshIdentityMap(). >... >I'm not sure I see the issue here. If you change a model, the model is...

> Calling `refreshIdentityMap` on every query within your package is an **extremely** bad move and one that would be very ill-advised. In doing so, you'd invalidate the instance their code...

The ENetEvent structure you pass to enet_host_service() is "where event details will be placed" so every time Thread 1 calls enet_host_service() it gets overwritten. If you're enqueue()-ing a pointer to...