I just checked and hashtags seem to be working fine with stream.
However, there's a problem with cashtag. You can check that
I'm sure linvi would fix this whenever he has time.
Meanwhile you can use this:
However, there's a problem with cashtag. You can check that
JsonObjectReceived
event is fired on cashtags but not the MatchingTweetReceived
.I'm sure linvi would fix this whenever he has time.
Meanwhile you can use this:
stream.JsonObjectReceived += (o, arg) => Console.WriteLine(Tweet.TweetFactory.GenerateTweetFromJson(arg.Json).Text);