-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔑 Remove temporary stream keys when unsubscribing (#52)
When an Edge node subscribes to a stream, it generates a temporary stream key that other nodes can use to relay that stream to the Edge. An oversight in #50 left temporary stream keys in memory even after they were no longer needed. This change removes temporary stream keys when the Edge node unsubscribes from that channel.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters