Nils-Helge Garli Hegvik
Nils-Helge Garli Hegvik
Are there any plans to add this?
Although this has been inactive, I think it is still valid.
Any update on this? I’m curious to see examples of this, involving real error handling.
Thanks for the response! I guess what I'm really asking here (which maybe should be asked elsewhere, but I couldn't find a forum or a chat), is how to approach...
What I would like to do is something like: ```scala val streamFuture = client.filterStatuses(tracks = trackTerms)(processTweet) streamFuture.onComplete(_ => { println("Done") System.exit(0) }) ``` But this does not work, since the...
That's true, but there are cases where the stream can fail, not related to the twitter api. For instance if the connection times out from the akka stream end, or...
Maybe. The reason I added this in addition to https://github.com/DanielaSfregola/twitter4s/issues/142 was that I had a very low volume stream, and akka streams reached an idle timeout. Not sure how these...
I'm already using HTML5 urls. But the phantom-js script seems to enforce hashbang-urls? I'm using HTML5 urls because they're a lot nicer to look at :)
Is this still an issue? I'm running within the docker image, and it seems to work just fine?