How can I unsubscribe after subscribe.
The flow I want to implement is
I start subscribing of Salesforce Streaming API by cron job in morning.
And I want to stop subscribing of Salesforce Streaming API in evening.
But I can't unsubsubscribe if no events is receiving during that time.
Is there anyways for unsubscribing the channel?