dart-eventsource
dart-eventsource copied to clipboard
A client and server implementation of Server-Side Events.
This PR simply adds the ability to close an event source. It does this by canceling any active connections to the server and then closes the internal controller to ensure...
Hello, I have an external API that is returning me an EventStream with a JSON content, but it seems like they are returning an invalid utf8, since when connecting to...
I get this when I try to use your library at ^0.3.0. Logging is at 1.0.2 now. `Because build_web_compilers >=3.0.0 depends on logging ^1.0.0 and eventsource >=0.2.0 depends on logging...
I receive an exception when trying to close an EventSource from the client side. -------------------------- import 'package:eventsource/eventsource.dart'; ... EventSource sseClient; ... sseClient = await EventSource.connect( ]); ... sseClient.client.close(); >Dart Error:...
Can u support unsubscribe?
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...
I'm running Dart `2.0.0` on Mac, and trying to finish up https://github.com/angel-dart/eventsource. However, I get an error on startup. I think this should be pretty easy to patch up; would...
upgrade dependencies of this plugin