pusher-js/core/transports/transport_manager library

Classes

TransportManager
Keeps track of the number of lives left for a transport. In the beginning of a session, transports may be assigned a number of lives. When an AssistantToTheTransportManager instance reports a transport connection closed uncleanly, the transport loses a life. When the number of lives drops to zero, the transport gets disabled by its manager.
TransportManagerOptions