flutter_firebase_chat_core icon indicating copy to clipboard operation
flutter_firebase_chat_core copied to clipboard

Chat application hangs once we continuously send messages

Open swarupa-v opened this issue 2 years ago • 2 comments
trafficstars

Hello,

We were developing chat application using flyer chat with firebase. We are facing an issue when sending a new messages when there are many messages present in the chat thread. We are using stream-builder to display real time messages. As soon as we send the message, stream builder loads the messages again and it leads to memory leak. Eventually it leads to screen freezing due to memory leak. This happens when we keep sending messages continuously.

swarupa-v avatar Jan 30 '23 06:01 swarupa-v