ConnectionHealthChecker Module
Module for monitoring and managing connection health
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
checkConnectionHealth socket
Parameters:
Socket option
Returns: ConnectionHealth
|
|
|
|
Full Usage:
startHealthChecker tracker config getSocket isLongLived closeConnection
Parameters:
ActiveConnectionTracker<'T>
config : HealthCheckerConfig
getSocket : 'T -> Socket option
isLongLived : 'T -> bool
closeConnection : 'T -> unit
Returns: Task
|
|
|