Skip to content

Latest commit

 

History

History
 
 

persistent_connection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Persistent_connection

A persistent connection is an actively maintained connection to some service that eagerly and repeatedly attempts to reconnect whenever the underlying connection is lost, until a new one can be established.

There are convenience functions for the special case where the service is an Async RPC service.