max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
667 stars 114 forks source link

Do not override the `destroy` method, use `_destroy` instead #135

Closed lpinca closed 6 years ago

lpinca commented 6 years ago

transform.destroy() is now available in readable-stream, so I think it makes sense to use it properly.