Skip to content

Commit

Permalink
Merge pull request #262 from zmstone/241112-reconnect-if-init-connect…
Browse files Browse the repository at this point in the history
…-error

241112 reconnect if sending CONNECT returned transport error
  • Loading branch information
zmstone authored Nov 18, 2024
2 parents 4378044 + 1fc55da commit be4730d
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 55 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 1.13.4

- Handle `tcp_error` and `ssl_error` at `waiting_for_connack` state.
- Change log level for `reconnect_due_to_connection_error` from `error` to `info`
- Handle CONNECT packet send error asynchronously so to allow a retry.
- Handle `tcp_error` and `ssl_error` at `waiting_for_connack` state so to allow a retry.
- Change log level for `reconnect_due_to_connection_error` from `error` to `info`.
- Fix compile warnings on OTP 27.

# 1.13.3
Expand Down
Loading

0 comments on commit be4730d

Please sign in to comment.