First of all, thanks linvi and adaam2 for your replay and help. As adaam2 said, I read deeply the SignalR docs and found (and hope understand :)) that transient class concept; then I put my code in a separate class, but I still did not get the stream; things were going better when I start using async methods on Tweetinvi. I replace the StartStreamMatchingAllConditions() with StartStreamMatchingAllConditionsAsync(); and tweets start to get pushing in good shape through signalR Hub to web page.
The problem I'm facing now is I could not stop the stream from the client. I sent the message to the server I saw it in logs but it has never reached the Hub code.
Thanks again.
The problem I'm facing now is I could not stop the stream from the client. I sent the message to the server I saw it in logs but it has never reached the Hub code.
Thanks again.