flutter_firebase_chat_core
flutter_firebase_chat_core copied to clipboard
Chat application hangs once we continuously send messages
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.