GetStream / stream-chat-java

Stream Chat official Java API Client
https://getstream.io/chat/
Other
19 stars 10 forks source link

Message Request Object buildfrom getting stuck #126

Closed sowgali closed 1 month ago

sowgali commented 10 months ago

I was trying to build a messageRequestObject from the Message Object as follows: Message message = Message.get(transaction.getMessageId()).request().getMessage(); Message.MessageRequestObject messageRequestObject = Message.MessageRequestObject.buildFrom(message); However, the thread is getting stuck in the second line. I am unsure why this is happening, could you help me understand if this is a mistake from my end or a bug? Edit: I am getting the message from the first line, and I was able to print it, the problem is in line 2

shaljam commented 1 month ago

Closing the old issue. Feel free to re-open if you still have an issue.