Open ctcuff opened 6 years ago
In the portion of code shared above, stopStream
is never called.
stream.stop
works correctly in the code I'm using on my end, pretty similar to the one shared above.
This library seems no longer maintained.
Here's how to stop streams in twitter-lite.
See also how to switch streams.
I think I'm seeing the same behavior where repeated calls to stream.stop()
are no longer working. I think it was working in the past, perhaps with an older version of twit?
I have the following code:
The problem is that no matter how many times i call
stopStream()
, the stream continues. I'm not sure if this is just a problem with my set up but I honestly don't see what's wrong here