decentraland/kernel

Chat sequence bug

Opened this issue · 5 comments

What happened?

The DCL chat at the bottom left corner seems to be buggy

  • recent chat shows at the middle of messages instead of the bottom
  • other players experience the same thing

Steps to reproduce

  • find a place with multiple people chatting
  • Create a message on the chat then submit

Operating System

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Wallet

Metamask

CPU

Ryzen 5

GPU

ANGLE (NVIDIA, NVIDIA GeForce GT 730 Direct3D11 vs_5_0 ps_5_0, D3D11) 512MB

RAM

16GB

Kernel Version

1.0.0-3346881156.commit-d4588f4

Unity Version

1.0.60189-20221028142813.commit-7e54658

Realm

baldr

NameTag

JimSedric

Hello, thank you for bringing this issue to our attention. Since the time it was reported we've introduced some updates to the user interface which might have fixed the issue. Therefore we'd like to ask if you could try and see if the issue still occurs for you. If it does then we'd be grateful for a confirmation and also a screenshot/video of the issue happening. Thank you!

image
my message was sent to the receiver
receiver replied
but my chat appeared at the bottom

also, some of the bottom chats are not moving
weirdonchat

On renderer side we are not setting the timestamp of the messages sent in nearby. It just replicates the data back. Looks like it should be solved through the kernel/comms servers that handles this kind of communication/message data

Changing assignees since this seems to only affect the comms mechanism (~nearby pseudo channel).