stevenroose / dart-eventsource

A client and server implementation of Server-Side Events.
MIT License
56 stars 49 forks source link

Reconnect on Flutter Mobile App #8

Open 108Shiva opened 5 years ago

108Shiva commented 5 years ago

When trying this via a Flutter Mobile App in Android Studio. It did not seem to reconnect when the server connection is stopped. It looks like the HttpClient doesn't do an error or done function when the connection terminates

valientegaston commented 4 years ago

Same problem here...

valientegaston commented 4 years ago

@108Shiva did you find any workaround?

stevenroose commented 4 years ago

I kinda stopped using Dart, so I can't really debug/test this anymore. If you find a fix/workaround, I'm happy to review and merge it and make a new release.