You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: