twitter-lite icon indicating copy to clipboard operation
twitter-lite copied to clipboard

stream.destroy not always available

Open deadbeef84 opened this issue 4 years ago • 0 comments

const stream = client.stream('statuses/filter', query)
stream.destroy() // crash

destroy function is added asynchronously and is therefore not always available.

deadbeef84 avatar Mar 18 '21 14:03 deadbeef84