helpercode.com
How to count the number of event invocations using Rx
A while ago I’ve needed to count the number of events arriving from an external system and perform a specific task once a specific threshold has been reached. I’ve needed to count group…