Files
webrtc/examples/data-channels-detach/jsfiddle
Juliusz Chroboczek f29ef99b22 Avoid leaking tickers
In Go 1.22 and earlier, a ticker needs to be explicitly stopped
when it's no longer useful in order to avoid a resource leak.
In Go 1.23 and later, an orphaned ticker will eventually be
garbage collected, but it's still more thrifty to stop it early.
2024-08-01 14:35:24 -04:00
..
2023-05-05 11:58:49 -04:00
2023-05-05 11:58:49 -04:00
2024-08-01 14:35:24 -04:00