Add pass through of WebSocker.Server.close callback
insolite opened this issue · 3 comments
insolite commented
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.
insolite commented
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 😞.
insolite commented
Well, just realized that there's no stop
method in original library at all.
insolite commented
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.