Name the peer and the stalled phase on a connect timeout, and quote an untyped value
Mirror / push (push) Successful in 5s
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 19s
Test / test (20) (pull_request) Successful in 19s
Test / test (22) (pull_request) Successful in 24s
Test / test (24) (pull_request) Successful in 18s
Test / test (26) (pull_request) Successful in 19s
Mirror / push (push) Successful in 5s
Test / lint (pull_request) Successful in 21s
Test / test (18) (pull_request) Successful in 19s
Test / test (20) (pull_request) Successful in 19s
Test / test (22) (pull_request) Successful in 24s
Test / test (24) (pull_request) Successful in 18s
Test / test (26) (pull_request) Successful in 19s
This commit is contained in:
+8
-5
@@ -1,9 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
What changed for someone using `@larvit/smpp`, newest first.
|
||||
|
||||
## Unreleased
|
||||
|
||||
- `client()` takes `connectTimeout`, which gives up on a connect the SMSC never completes — the TLS
|
||||
handshake included — and reports it as an ordinary connect failure, so `reconnect` retries it on
|
||||
its usual backoff. Leave it out and the wait is the operating system's, as before.
|
||||
- `client()` takes `connectTimeout`, which gives up on a connect attempt the SMSC never completes —
|
||||
the TLS handshake included — and reports it as an ordinary connect failure, so `reconnect` retries
|
||||
it on its usual backoff. Leave it out and each attempt waits the operating system out, as before.
|
||||
|
||||
## 0.5.0
|
||||
|
||||
The TypeScript rewrite. What a 0.4.0 consumer has to change is in
|
||||
[MIGRATION.md](https://gitea.larvit.se/larvit/smpp-js/src/branch/main/MIGRATION.md).
|
||||
|
||||
Reference in New Issue
Block a user