cwi-dis / vr2gather-orchestrator-v2

Typescript-based version of the VR2Gather orchestrator
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Added method for cleaning up transports #17

Closed troeggla closed 7 months ago

troeggla commented 7 months ago

Added method TransportManager.cleanupTransports() which calls destroy() 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