web-audio-api-rs
web-audio-api-rs copied to clipboard
EventLoop never terminates
trafficstars
A new EventLoop is spawned upon creation of a ConcreteBaseAudioContext, but it never terminates. I should terminate when both the RenderThread and ConcreteBaseAudioContext is dropped (?)