Closed troeggla closed 7 months ago
Added method TransportManager.cleanupTransports() which calls destroy() on all transports which have no more sessions assigned to them.
TransportManager.cleanupTransports()
destroy()
This method is called by Orchestrator.removeSession(), i.e. every time a session is closed.
Orchestrator.removeSession()
Closes #16
Added method
TransportManager.cleanupTransports()
which callsdestroy()
on all transports which have no more sessions assigned to them.This method is called by
Orchestrator.removeSession()
, i.e. every time a session is closed.Closes #16