isInKeepAlive on SseConnection private.Note that this is a breaking change but in actuality no one should be depending on this API.
keepAlive parameter to the SseHandler. If keepAlive is supplied, the connection will remain active for this period after a disconnect and can be reconnected transparently. If there is no reconnect within that period, the connection will be closed normally.Possible Breaking Change Error messages may now be delayed up to 5 seconds in the client.
package:http dependency.package:stream_channel.>=2.1.0 <3.0.0.package:uuid version 2.0.close and onClose on an SseConnection. This is simply handled by the underlying stream / sink.SseConnection were not properly closed.