Skip to content

Commit 5dcb843

Browse files
committed
version 3.1.4
1 parent 16f8081 commit 5dcb843

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly's EventSource implementation for C# will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.4] - 2018-08-29
6+
### Fixed
7+
- Fixed a bug that prevented the event source from reconnecting to the stream if it received an HTTP error status from the server (as opposed to simply losing the connection).
8+
59
## [3.1.3] - 2018-08-13
610
### Fixed
711
- The reconnection attempt counter is no longer shared among all EventSource instances. Previously, if you connected to more than one stream, all but the first would behave as if they were reconnecting and would have a backoff delay.

src/LaunchDarkly.EventSource/LaunchDarkly.EventSource.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>3.1.3</Version>
4+
<Version>3.1.4</Version>
55
<TargetFrameworks>netstandard1.4;net45</TargetFrameworks>
66
<PackageLicenseUrl>https://raw.github.com/LaunchDarkly/dotnet-eventsource/master/LICENSE</PackageLicenseUrl>
77
<AssemblyName>LaunchDarkly.EventSource</AssemblyName>

0 commit comments

Comments
 (0)