soernt / signalr_client

A Flutter SignalR Client for ASP.NET Core
MIT License
129 stars 202 forks source link

VM chatmessages disapper when disconnected #32

Open wilson0506 opened 4 years ago

wilson0506 commented 4 years ago

Hi, I found that sometimes it will turn disconnected when in simulator. At the same time , the chatmessages in listbuilder disappeared. It will shown up after connect.

How could retain the message even disconnect?

Cheers,

lionelquirynen commented 4 years ago

Do you have a snippet of code we can look at?

wilson0506 commented 4 years ago

probably due to the socket exception problem (Reading from a closed socket) in my another post

Listview doesnt show up chatmessages when disconnect