Hi,
Thank you for the post, I will investigate this issue as soon as possible and release a fix if needed.
Could you please let me know which type of project you are working on.
In the meantime please try the following to fix the issue until further release:
Please share your code too, if possible.
Linvi
Thank you for the post, I will investigate this issue as soon as possible and release a fix if needed.
Could you please let me know which type of project you are working on.
In the meantime please try the following to fix the issue until further release:
TweetinviEvents.QueryBeforeExecute += (sender, args) => { args.TwitterQuery.Timeout = TimeSpan.FromSeconds(10); };
Linvi