Combine auto open and auto close policies

This commit is contained in:
Jon Staab
2025-08-20 11:35:39 -07:00
parent 00c0497892
commit eca1ce849b
3 changed files with 37 additions and 59 deletions
+2 -6
View File
@@ -21,13 +21,9 @@ Buffers messages during authentication flow and replays them after successful au
Auto-connects closed sockets when messages are sent (with error cooldown).
### `socketPolicyCloseOnTimeout`
### `socketPolicyCloseInactive`
Closes sockets after 30 seconds of inactivity.
### `socketPolicyReopenActive`
Reopens sockets that have pending requests or publishes.
Closes sockets after 30 seconds of inactivity and reopens sockets that have pending requests or publishes.
## Custom Auth Policy