You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConnectToEventSourceAsync now takes in a new boolean parameter, closeOnEndOfStream, which, if true, will close the EventSource connection when the end of the stream is reached.
Changed
Fixed a bug causing causing read timeouts to never propogate.