Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mjpg stream accumulation (#1293)
Fixes bug where switching tabs/etc causes buildup of connected mjpg streams in network, eventually slowing down streams and causing stream failure until refresh. Accomplishes this by directly setting the source of stream elements to null before unmount, allowing chrome/edge to close the connection. Fixes #1106
- Loading branch information