decentraland / kernel

Kernel is the glue code between the OS, comms and the Renderer of Decentraland
https://play.decentraland.org
Apache License 2.0
19 stars 24 forks source link

fix: check last sent profile status #847

Closed Julieta11 closed 1 year ago

Julieta11 commented 1 year ago

We are sending a lot of "passport" messages (AddUserProfileToCatalog) from the kernel to the renderer, even when the profile doesn't have any updates. So, in order to avoid that, we just check that the version is greater than the previous one sent to renderer.

github-actions[bot] commented 1 year ago

Test this pull request