sse-client icon indicating copy to clipboard operation
sse-client copied to clipboard

EventSource implementation in Rust to handle streams of Server-Sent Events

Results 1 sse-client issues
Sort by recently updated
recently updated
newest added

If the server closes a connection, the `EventSource::state` reports state is `Open`, and does not receive any error. I have tried the Chrome developer console with the same server, and...