Commit 82f0e77
authored
feat: Update minimum OTP version to 24 (#156)
BEGIN_COMMIT_OVERRIDE
feat: Update minimum OTP version to 24.
fix: Fix issue where sometimes a dropped stream would not reconnect.
END_COMMIT_OVERRIDE
In shotgun 1.1.0 a new feature was introduced which introduced a bug
with the SSE connection. Where previously it would close its process in
all cases where it disconnected, now it would not do that in some
situations. This caused #155.
We contributed an update to shotgun to allow disabling the feature for
async connections where you need to monitor the connection state.
inaka/shotgun#203
This was released in shotgun 1.2.1.
This PR updates to 1.2.1 and uses the option to disable the `reopen`
feature added in shotgun 1.1.0.
This PR also raises the minimum erlang version to 24. This is required
to gun 2.2 which shotgun 1.2.0 and newer depends on. OTP doesn't have an
official support timeline, but OTP 24 came out in 2021, so most people
will likely be on 24 or greater especially when using elixir.1 parent 80206be commit 82f0e77
File tree
3 files changed
+3
-3
lines changed- .github/workflows
- src
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments