bob icon indicating copy to clipboard operation
bob copied to clipboard

clean up the source after stopping

Open dominictarr opened this issue 6 years ago • 1 comments

this module implements a stop method: https://github.com/Fishrock123/bob/blob/master/reference-extension-stop.js

but it doesn't notify the source in anyway. If the source is using a heavy resource, (eg, a file descriptor) the source needs to know the sink has stopped so that it can close the resource.

dominictarr avatar Nov 30 '19 17:11 dominictarr

Right, that file is a reference. The source would have to implement it itself.

Fishrock123 avatar Dec 11 '19 18:12 Fishrock123