twitter-lite
twitter-lite copied to clipboard
stream.destroy not always available
const stream = client.stream('statuses/filter', query)
stream.destroy() // crash
destroy function is added asynchronously and is therefore not always available.