Wifsimster/node-rtsp-stream-es6

Add pass through of WebSocker.Server.close callback

insolite opened this issue · 3 comments

According to ws library docs there's a callback argument for server's close method. It would be good to add ability to use it in this library via Stream.stop method.

I know that this is not a responsibility of this repo, but seems like that original package is abandoned with no repo and no way to contact to developer 😞.

Well, just realized that there's no stop method in original library at all.

So it's a follow-up from #4. @Wifsimster would you mind releasing a new version afterwards? It's been a year+ since previous one and it seems to me that stop functionality is an important enough feature.