Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: Auto rate limiting pausing

$
0
0
 if (weakDelegate.IsAlive)
                {
                    weakDelegate.Invoke(sender, e);
                }
                else
                {
                    lock (_syncRoot)
                    {
                        _handlers.Remove(weakDelegate);
                    }
                }
\Tweetinvi.Core\Events\WeakEvent.cs
line 64

not too sure what this code is doing, but it is ..IsAlive == false, so the handler is removed. Not sure why it is not alive though

Viewing all articles
Browse latest Browse all 4126

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>